1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Hexadecimal colors
A method of color coding RGB for HTML for the web. A complex code based on a 16-unit mathematical combination. HTML uses this six-digit numerical (0-9) and letter code (A-F) to identify specific colors that a designer has chosen; RGB conversion charts to hexadecimal code are readily available.
Additive primary model
A color system in which, when the values of R, G, and B (red, green, and blue) are 0, the result is black; when the values are all 255, the result is white.
#FFFFFF
What is the hexcode for white?
#FFFF00
What is the hexcode for yellow? This hexcode shows that the combination of red and green results to yellow.
#0000FF
What is the hexcode for blue? This hexcode shows that there is an absence of both red and green.
#00FF00
This hexcode represents the absence of red and blue.
#FF0000
This is the representation of red in hexcode.
#FF00FF
The hexcode representation of magenta (red+blue)?
#000000
Black represented RGB in 32Bit Hex.
#00FFFF
What is the hexcode for cyan?
CMYK, RGB, HSV
These are software color display modes
CMYK mode
This mode of color display imitates the results of mixing process colors. It facilitates working on-screen for print production.
(0%, 0%, 0%,0%)
White in CMYK mode (a total absence of ink on white paper)
RGB mode
This mode of screen display parallels the behavior of light. When 100% each of the three colors is mixed, the result is white.
(255, 255, 255)
White in RGB mode
(0, 0, 0)
Black in RGB Mode
HSV Mode
Stands for Hue, saturation, value or HSL (hue, saturation, lightness) displays a circular color map. Next to the map are three boxes one each for hue, saturation and value. The user first selects a color from the map, then instructs each of the boxes to modify that selection.
Gamut
The range of colors reproduced in a color mode.
Websafe colors
These are an informal standard of 216 colors that are generally considered web safe during the early days of personal computers.
Calibration
This is the setting or correcting of a measuring device or base level, usually by adjusting it to match or conform to a dependably known and unvarying measure.