Shades of Melanzane #200819
Tints of Melanzane #200819
RGB
CMYK
RGB Variations
Color information
#200819 (or 0x200819) is known color: Melanzane. HEX triplet: 20, 08 and 19. RGB value is (32,8,25). Sum of RGB (Red+Green+Blue) = 32+8+25=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #200819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200819 is #DFF7E6. Grayscale: #111111. Windows color (decimal): -14677991 or 1640480. OLE color: 1640480.
HSL color Cylindrical-coordinate representation of color #200819: hue angle of 317.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200819 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 25 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.87 |
| HSL | 317.5º | 0.6% | 0.08% | - |
| HSV(B) | 317.5º | 0.75% | 0.13% | - |
| XYZ | 0.86 | 0.55 | 0.98 | - |
| YUV | 17.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 25 | 0 | 0.75 | 0.22 | 0.87 | 317.5 | 0.6 | 0.08 |
| Hex | 20 | 8 | 19 | 0 | 4B | 16 | 57 | 13E | 3C | 8 |
| Octal | 40 | 10 | 31 | 0 | 113 | 26 | 127 | 476 | 74 | 10 |
| Binary | 100000 | 1000 | 11001 | 0 | 1001011 | 10110 | 1010111 | 100111110 | 111100 | 1000 |
Color Harmonies of #200819
Complementary color
Monochromatic Colors of #200819
Black with #200819
Text Example
Text Example
White with #200819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200819; }
p { color: rgb(32,8,25); }
H1.HeaderClassName
{
color: #200819;
}
.AnyTagClassName
{
color: #200819;
}
</style>
background-color css
<style>
a { background-color: #200819; }
a { background-color: rgb(32,8,25); }
div.DivClassName
{
background-color: #200819;
}
.BgClassName
{
background-color: #200819;
}
</style>
border-color css
<style>
span { border-color: #200819; }
span { border-color: rgb(32,8,25); }
td.TdClassName
{
border-color: #200819;
}
.TagClassName
{
border-color: #200819;
}
</style>