Shades of Melanzane #160212
Tints of Melanzane #160212
RGB
CMYK
RGB Variations
Color information
#160212 (or 0x160212) is known color: Melanzane. HEX triplet: 16, 02 and 12. RGB value is (22,2,18). Sum of RGB (Red+Green+Blue) = 22+2+18=42 (5% of max value = 765). Red value is 22 (8.98% from 255 or 52.38% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 22 - color contains mainly: red. Hex color #160212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160212 is #E9FDED. Grayscale: #090909. Windows color (decimal): -15334894 or 1180182. OLE color: 1180182.
HSL color Cylindrical-coordinate representation of color #160212: hue angle of 312º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160212 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 2 | 18 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.91 |
| HSL | 312º | 0.83% | 0.05% | - |
| HSV(B) | 312º | 0.91% | 0.09% | - |
| XYZ | 0.46 | 0.26 | 0.6 | - |
| YUV | 9.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 18 | 0 | 0.91 | 0.18 | 0.91 | 312 | 0.83 | 0.05 |
| Hex | 16 | 2 | 12 | 0 | 5B | 12 | 5B | 138 | 53 | 5 |
| Octal | 26 | 2 | 22 | 0 | 133 | 22 | 133 | 470 | 123 | 5 |
| Binary | 10110 | 10 | 10010 | 0 | 1011011 | 10010 | 1011011 | 100111000 | 1010011 | 101 |
Color Harmonies of #160212
Complementary color
Monochromatic Colors of #160212
Black with #160212
Text Example
Text Example
White with #160212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160212; }
p { color: rgb(22,2,18); }
H1.HeaderClassName
{
color: #160212;
}
.AnyTagClassName
{
color: #160212;
}
</style>
background-color css
<style>
a { background-color: #160212; }
a { background-color: rgb(22,2,18); }
div.DivClassName
{
background-color: #160212;
}
.BgClassName
{
background-color: #160212;
}
</style>
border-color css
<style>
span { border-color: #160212; }
span { border-color: rgb(22,2,18); }
td.TdClassName
{
border-color: #160212;
}
.TagClassName
{
border-color: #160212;
}
</style>