Shades of Melanzane #200119
Tints of Melanzane #200119
RGB
CMYK
RGB Variations
Color information
#200119 (or 0x200119) is known color: Melanzane. HEX triplet: 20, 01 and 19. RGB value is (32,1,25). Sum of RGB (Red+Green+Blue) = 32+1+25=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200119 is #DFFEE6. Grayscale: #0C0C0C. Windows color (decimal): -14679783 or 1638688. OLE color: 1638688.
HSL color Cylindrical-coordinate representation of color #200119: hue angle of 313.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200119 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 25 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.87 |
| HSL | 313.55º | 0.94% | 0.06% | - |
| HSV(B) | 313.55º | 0.97% | 0.13% | - |
| XYZ | 0.78 | 0.4 | 0.96 | - |
| YUV | 13.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 25 | 0 | 0.97 | 0.22 | 0.87 | 313.55 | 0.94 | 0.06 |
| Hex | 20 | 1 | 19 | 0 | 61 | 16 | 57 | 13A | 5E | 6 |
| Octal | 40 | 1 | 31 | 0 | 141 | 26 | 127 | 472 | 136 | 6 |
| Binary | 100000 | 1 | 11001 | 0 | 1100001 | 10110 | 1010111 | 100111010 | 1011110 | 110 |
Color Harmonies of #200119
Complementary color
Monochromatic Colors of #200119
Black with #200119
Text Example
Text Example
White with #200119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200119; }
p { color: rgb(32,1,25); }
H1.HeaderClassName
{
color: #200119;
}
.AnyTagClassName
{
color: #200119;
}
</style>
background-color css
<style>
a { background-color: #200119; }
a { background-color: rgb(32,1,25); }
div.DivClassName
{
background-color: #200119;
}
.BgClassName
{
background-color: #200119;
}
</style>
border-color css
<style>
span { border-color: #200119; }
span { border-color: rgb(32,1,25); }
td.TdClassName
{
border-color: #200119;
}
.TagClassName
{
border-color: #200119;
}
</style>