Shades of Melanzane #160412
Tints of Melanzane #160412
RGB
CMYK
RGB Variations
Color information
#160412 (or 0x160412) is known color: Melanzane. HEX triplet: 16, 04 and 12. RGB value is (22,4,18). Sum of RGB (Red+Green+Blue) = 22+4+18=44 (5% of max value = 765). Red value is 22 (8.98% from 255 or 50% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 22 - color contains mainly: red. Hex color #160412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160412 is #E9FBED. Grayscale: #0A0A0A. Windows color (decimal): -15334382 or 1180694. OLE color: 1180694.
HSL color Cylindrical-coordinate representation of color #160412: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #160412 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 4 | 18 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.91 |
| HSL | 313.33º | 0.69% | 0.05% | - |
| HSV(B) | 313.33º | 0.82% | 0.09% | - |
| XYZ | 0.48 | 0.3 | 0.6 | - |
| YUV | 10.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 18 | 0 | 0.82 | 0.18 | 0.91 | 313.33 | 0.69 | 0.05 |
| Hex | 16 | 4 | 12 | 0 | 52 | 12 | 5B | 139 | 45 | 5 |
| Octal | 26 | 4 | 22 | 0 | 122 | 22 | 133 | 471 | 105 | 5 |
| Binary | 10110 | 100 | 10010 | 0 | 1010010 | 10010 | 1011011 | 100111001 | 1000101 | 101 |
Color Harmonies of #160412
Complementary color
Monochromatic Colors of #160412
Black with #160412
Text Example
Text Example
White with #160412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160412; }
p { color: rgb(22,4,18); }
H1.HeaderClassName
{
color: #160412;
}
.AnyTagClassName
{
color: #160412;
}
</style>
background-color css
<style>
a { background-color: #160412; }
a { background-color: rgb(22,4,18); }
div.DivClassName
{
background-color: #160412;
}
.BgClassName
{
background-color: #160412;
}
</style>
border-color css
<style>
span { border-color: #160412; }
span { border-color: rgb(22,4,18); }
td.TdClassName
{
border-color: #160412;
}
.TagClassName
{
border-color: #160412;
}
</style>