General Awareness
Color Theory and Symbolism
1,945 Questions
Color theory and symbolism examine primary, secondary, and tertiary colors, alongside their psychological and cultural meanings. Questions also cover color spaces, photography, and optical properties. This specialized topic appears in design, architecture, and general intelligence sections of various competitive exams.
Primary and secondary colorsColor spaces and modelsCultural color symbolismChemical compound colorsOptical color properties
Color Theory and Symbolism Questions
C
Correct answer
Explanation
CGA (Color Graphics Adapter) supports a maximum of 16 colors simultaneously. While it had multiple graphics modes, the highest color mode was 4-bit color depth (2^4 = 16 colors). This was a significant limitation compared to later standards like VGA (256 colors) and SVGA.
-
body {color: black}
-
body:color=black
-
{body:color=black(body}
-
{body;color:black}
A
Correct answer
Explanation
CSS uses selector {property: value} syntax. The selector targets elements, curly braces contain the rules, properties are followed by colons, and value pairs end with semicolons. Option A shows this correctly with body as selector, color as property, and black as value.
-
bgcolor:
-
background-color:
-
color:
B
Correct answer
Explanation
The background-color property controls an element's background. The older HTML attribute bgcolor is deprecated, and color property controls text color, not background.
-
text-color:
-
color:
-
text-color=
-
font-color:
B
Correct answer
Explanation
The color property controls text color in CSS. Many beginners expect text-color or font-color, but the actual property is simply color, while background-color controls the element background.
A
Correct answer
Explanation
This is true because browsers define colors using mathematical models like RGB (Red, Green, Blue values 0-255), hexadecimal codes (#RRGGBB), or HSL (Hue, Saturation, Lightness). These numerical representations precisely specify colors as mathematical values, not vague descriptions.
-
17,000
-
170,000
-
17,000,000
C
Correct answer
Explanation
24-bit color depth uses 3 bytes per pixel (RGB, 8 bits each), allowing 2^24 = 16,777,216 possible colors. This is approximately 17 million colors (17,000,000). Higher-end monitors with 24-bit color can display this full range, known as TrueColor.
-
256
-
216
-
256,000
-
17,000,000
B
Correct answer
Explanation
The web-safe color palette consists of 216 colors (not 256). This comes from a 6x6x6 color cube where each RGB channel can be one of six values: 00, 33, 66, 99, CC, FF. The 40 colors excluded from the full 256 could dither on some platforms, so 216 was the set that rendered consistently across browsers and operating systems in the 1990s.
-
text-color
-
foreground-color
-
background-color
-
color
D
Correct answer
Explanation
The CSS 'color' property specifically controls text color (foreground color). Option A 'text-color' doesn't exist in CSS. Option B 'foreground-color' also doesn't exist - though it sounds logical, CSS uses the simpler 'color' property name. Option C 'background-color' controls the background, not the text. 'color' is the standard, correct property for text color in CSS.
-
yellow
-
orange
-
red
-
blue
-
violet
-
green
C,D,F
Correct answer
Explanation
The RGB color model is used in electronic displays like CRT and LCD monitors. It utilizes Red, Green, and Blue as primary colors which are combined in various intensities to create a full spectrum of colors.
D
Correct answer
Explanation
Edward de Bono's Six Thinking Hats method uses six specific colored hats representing different thinking modes: White (facts), Red (emotions), Black (caution), Yellow (optimism), Green (creativity), and Blue (process control). Orange is NOT part of this framework. The claimed answer D (Orange) is correct because it's the only color not among de Bono's six thinking hats. This is a straightforward recall question about a well-known thinking tool.
-
Red and Yellow
-
Green and Yellow
-
Pink and Blue
-
Red and White
B
Correct answer
Explanation
In The Magician's Nephew, Uncle Andrew creates magic rings for traveling between worlds - yellow rings are for the journey to Narnia and green rings for the return journey. The other color combinations don't match the book's description.
C
Correct answer
Explanation
Mr. Tumnus is described as having strange but pleasant eyes - in C.S. Lewis's 'The Lion, the Witch and the Wardrobe', they are specifically described as brown. This detail is part of the initial character description when Lucy first meets the faun.
-
blond
-
deep chestnut
-
golden brown
-
black
D
Correct answer
Explanation
In the Chronicles of Narnia series, Susan Pevensie is consistently described as having black hair throughout the books. This physical description is part of her character contrast with her younger sister Lucy, who has fair hair.
-
Colourless
-
Blue
-
Bluish Green
-
Green
A
Correct answer
Explanation
Pure water in small quantities is colorless and transparent. While large bodies of water can appear blue due to light scattering and absorption, water itself has no inherent color. The 'blue' appearance of oceans and lakes is an optical effect, not the actual color of water molecules.
-
Colorless
-
Blue
-
Bluish Green
-
Green
A
Correct answer
Explanation
Pure seawater is actually colorless in small quantities. The blue appearance we see in oceans and seas is due to water's molecular properties - it absorbs longer wavelengths of light (red, orange) and scatters shorter blue wavelengths, making large water bodies appear blue.