The grayscale can be described with a series of single numbers, each of which represents the density of a single pixel. The illustration below displays 256 discreet values of gray, the darkness of each pixel in this case, determined by an 8 bit number from 0 to 255. Since we are dealing with a single ink (black), only one value is needed for each pixel.
So how can we identify any one of the infinite number of colors? "Teal" or "olive" don't mean much to a computer, indeed may be ambiguous to the paint store owner or thread shop proprietor. But XX Company Paint #43, or BestThreads #465, do provide a precise way to obtain a specified color - at least that manufacturers version thereof (in that specific dye lot).
We do need a system to describe the variety of colors in the spectrum in a way the computer can understand and manipulate. Three of the popular systems in use are described below.
As usual, there is a "gotcha". Even if we can devise and specify a precise number or number combination for a color, the hardware manufacturers AND software developers must combine the elements described below in precisely the right combinations or the color will differ on each monitor or from each printer.
|
HUE The color wheel is a familiar artists tool. Why not describe colors by their angular position on the wheel?
Since orange is half-way between red and yellow, it becomes 30 degrees or just 30. Colors also have an attribute which describes the "amount of pigment" or percentage of pure color . It is called SATURATION. Zero saturation means no color, only grayscale. LIGHTNESS - describes the scale from darkest to lightest. Orange becomes brown as lightness is decreased. |
|
|
CMY RGB |
![]() |
RETURN HOME