HTML Color Values
Colors are displayed combining RED, GREEN, and BLUE light sources.
Color Values |
HTML colors are defined using a hexadecimal notation for the combination of
Red, Green, and Blue color values (RGB).
The lowest value that can be given to one of the light sources is 0 (hex #00).
The highest value is 255 (hex #FF).
|