Shades of Melanzane #180E16
Tints of Melanzane #180E16
RGB
CMYK
RGB Variations
Color information
#180E16 (or 0x180E16) is known color: Melanzane. HEX triplet: 18, 0E and 16. RGB value is (24,14,22). Sum of RGB (Red+Green+Blue) = 24+14+22=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #180E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E16 is #E7F1E9. Grayscale: #111111. Windows color (decimal): -15200746 or 1445400. OLE color: 1445400.
HSL color Cylindrical-coordinate representation of color #180E16: hue angle of 312º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #180E16 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 14 | 22 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.91 |
| HSL | 312º | 0.26% | 0.07% | - |
| HSV(B) | 312º | 0.42% | 0.09% | - |
| XYZ | 0.68 | 0.57 | 0.83 | - |
| YUV | 17.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 22 | 0 | 0.42 | 0.08 | 0.91 | 312 | 0.26 | 0.07 |
| Hex | 18 | E | 16 | 0 | 2A | 8 | 5B | 138 | 1A | 7 |
| Octal | 30 | 16 | 26 | 0 | 52 | 10 | 133 | 470 | 32 | 7 |
| Binary | 11000 | 1110 | 10110 | 0 | 101010 | 1000 | 1011011 | 100111000 | 11010 | 111 |
Color Harmonies of #180E16
Complementary color
Monochromatic Colors of #180E16
Black with #180E16
Text Example
Text Example
White with #180E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E16; }
p { color: rgb(24,14,22); }
H1.HeaderClassName
{
color: #180E16;
}
.AnyTagClassName
{
color: #180E16;
}
</style>
background-color css
<style>
a { background-color: #180E16; }
a { background-color: rgb(24,14,22); }
div.DivClassName
{
background-color: #180E16;
}
.BgClassName
{
background-color: #180E16;
}
</style>
border-color css
<style>
span { border-color: #180E16; }
span { border-color: rgb(24,14,22); }
td.TdClassName
{
border-color: #180E16;
}
.TagClassName
{
border-color: #180E16;
}
</style>