Hungarian Rhapsody #2 -
composed by Franz Liszt,
played by Victor Borge (Norwegian concert pianist) at the piano
Sergie Racmaninoff Piano Concerto No. 2 Part 1 -
composed by Peter Tchaikovsky,
played by Arcadi Volodos (Russian concert pianist) at the piano
Fantasy Impromptu (posthumous) -
in C sharp minor
composed by Fryderyk Chopin,
played by Evgeny Kissin at the piano
Claire de Lune -
composed by Claude Debussy,
played by Victor Borge
Please click here to return to the home page
| Name | Decimal | Hexadecimal | |
| Black | rgb(000,000,000) | #000000 | |
| Gray | rgb(128,128,128) | #808080 | |
| White | rgb(255,255,255) | #FFFFFF | |
| Maroon | rgb(128,000,000) | #800000 | |
| Red | rgb(255,000,000) | #FF0000 | |
| Fatigue | rgb(000,128,000) | #008000 | |
| Green | rgb(000,255,000) | #00FF00 | |
| Navy | rgb(000,000,128) | #000080 | |
| Blue | rgb(000,000,255) | #0000FF | |
| Olive | rgb(128,128,000) | #808000 | |
| Yellow | rgb(255,255,000) | #ffff00 | |
| Teal | rgb(000,128,128) | #008080 | |
| Cyan | rgb(000,255,255) | #00ffff | |
| Violet | rgb(128,000,128) | #800080 | |
| Magenta | rgb(255,000,255) | #ff00ff | |
| Silver | rgb(---,---,---) | #c0c0c0 | |
| Gold | rgb(255,---,0) | #ffd700 | |
| Orange | rgb(255,---,0) | #ffa500 | |
| Chocolate | rgb(---,---,---) | #d2691e | |
| Brown | rgb(---,---,---) | #a52a2a | |
| Champagne | rgb(255,255,102) | #ffff66 |
Modern monitors could display millions (16.7 million) colors.
Netscape Navigator and other browsers have a color table or system palette instead of an adaptive palette.
A system palette is fixed while an adaptive palette is variable and obviously more accurate.
Old monitors have a limited number of colors.
The browser-safe set of colors (6x6x6 color cube) have 216 colors only.
If the color is not in the color cube, two pixels are dithered to approximate the color.
1-bit monitor = 21= 2 colors or black and white
8-bit monitor = 28= 256 colors or byte (octet)
4 bits = 1 nibble = 1 hexadecimal digit
8 bits = 1 byte = 2 hexadecimal digits
= gogool = 10100
The decimal number system uses 10 values 0-9
Hexadecimal number system uses 16 values 0-9, a-f
In the
R
G
B
color model.
The 1st byte is
red
, the 2nd byte is
green
and the 3rd byte is
blue.
The brightness of a color increases by
20%
as you move to the right.
In decimal, the series is
0, 51, 102, 153, 204, 255
in each byte of the RGB color model.
In hexadecimal, it is equivalent to
00 33 66 99 cc ff
Notice in decimal, the series increases by
51
and the
last digit ranges from
0-5
with
128
as the midpoint of a
(0-255) 256
decimal number,
80
in hexadecimal.