*Answer the following with complete sentences...
1) How are colors displayed?
2) What are the Red, Green, and Blue values in the following HEX notation? #32B5B3
3) What is the smallest HEX value?
4) What is the maximum HEX value?
5) What is the HEX value for "Gray"?
Tuesday, October 23, 2007
HTML Web Design - "Color" Questions
Posted by
Joshua
at
12:38 AM
Labels: html - homework
Subscribe to:
Post Comments (Atom)
10 comments:
1. Colors are displayed by combining red, green, and blue light sources.
2. Red- 32, Green-B5, Blue-B3
3. F is the smallest HEX value.
4. 0 is the maximum HEX value.
5. #C0C0C0
1. using rgb, hex, or writing the color; using hex you use numbers 1-9 and letters A-F
2. red-32
green- B5
blue- B3
3. 0
4. F
5. C0C0C0
1. colors are displayed by combining red, green, and blue light sources.
2.32 is the Red value, B5 is the Blue value, and B3 is the Green value.
3.0 is the smallest HEX value.
4.F is the maximum HEX value.
5.#C0C0C0 is the value for gray.
1. Colors are displayed by combining Red, Green, and blue light sources
2.Red= #FF0000, Green=#00FF00, Blue=#0000FF
3. 0 and A
4. 9 and F
5. #C0C0C0
How are colors displayed?
colors are displayed by using hex code, using name of the color or using RGB
What are the Red, Green, and Blue values in the following HEX notation? #32B5B3
red values are 32, green values are b5 and blue values are b3 in this hex notation
What is the smallest HEX value?
the smallest hex value is #000000
What is the maximum HEX value?
the maximum hex value is #ffffff
What is the HEX value for "Gray"?
the hex value for gray is #C0C0C0
Colors may be displayed through simply typing the name of the color and using the HEX method.
In addition, they are combined from red, green, and blue light sources.
I don't understand the second question. Sorry.
The smallest hex value is #000000 and the largest is #ffffff. I don't know if this is right. I know they are basically the HEX values for black and white, but are they min and max values too?
The HEX value for gray is C0C0C0.
How are colors displayed?
Ans : Colors are displayed by combining RED, GREEN, and BLUE light sources.
What are the Red, Green, and Blue values in the following HEX notation? #32B5B3
Ans : 32 -> Red, B5 -> Green, B3 -> Blue
What is the smallest HEX value?
Ans : The smallest HEX value is #000000.
What is the maximum HEX value?
Ans : The maximum HEX value is #FFFFFF.
What is the HEX value for "Gray"?
Ans : HEX code for gray is #C0C0C0.
1. Colors are displayed by combining RED, GREEN, and BLUE light source.
2. The green is strongest color but blue is almost as strong as green. Thre is less red.
3.The smallest value is 0.
4. Max. hex value is F.
5. the value for gray is #C0C0C0.
# How are colors displayed?
-Colors are displayed by combining Red, Green, and Blue light sources
# What are the Red, Green, and Blue values in the following HEX notation? #32B5B3
-Green
# What is the smallest HEX value?
-Red
# What is the maximum HEX value?
-Blue
# What is the HEX value for "Gray"?
-#C0c0c0
1. using rgb, hex, or writing the color; using hex you use numbers 1-9 and letters A-F
2. red-32
green- B5
blue- B3
3. 0
4. F
5. C0C0C0
Post a Comment