Shades of Melanzane #200B19
Tints of Melanzane #200B19
RGB
CMYK
RGB Variations
Color information
#200B19 (or 0x200B19) is known color: Melanzane. HEX triplet: 20, 0B and 19. RGB value is (32,11,25). Sum of RGB (Red+Green+Blue) = 32+11+25=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #200B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B19 is #DFF4E6. Grayscale: #121212. Windows color (decimal): -14677223 or 1641248. OLE color: 1641248.
HSL color Cylindrical-coordinate representation of color #200B19: hue angle of 320º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200B19 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 25 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.87 |
| HSL | 320º | 0.49% | 0.08% | - |
| HSV(B) | 320º | 0.66% | 0.13% | - |
| XYZ | 0.89 | 0.62 | 0.99 | - |
| YUV | 18.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 25 | 0 | 0.66 | 0.22 | 0.87 | 320 | 0.49 | 0.08 |
| Hex | 20 | B | 19 | 0 | 42 | 16 | 57 | 140 | 31 | 8 |
| Octal | 40 | 13 | 31 | 0 | 102 | 26 | 127 | 500 | 61 | 10 |
| Binary | 100000 | 1011 | 11001 | 0 | 1000010 | 10110 | 1010111 | 101000000 | 110001 | 1000 |
Color Harmonies of #200B19
Complementary color
Monochromatic Colors of #200B19
Black with #200B19
Text Example
Text Example
White with #200B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B19; }
p { color: rgb(32,11,25); }
H1.HeaderClassName
{
color: #200B19;
}
.AnyTagClassName
{
color: #200B19;
}
</style>
background-color css
<style>
a { background-color: #200B19; }
a { background-color: rgb(32,11,25); }
div.DivClassName
{
background-color: #200B19;
}
.BgClassName
{
background-color: #200B19;
}
</style>
border-color css
<style>
span { border-color: #200B19; }
span { border-color: rgb(32,11,25); }
td.TdClassName
{
border-color: #200B19;
}
.TagClassName
{
border-color: #200B19;
}
</style>