Shades of Melanzane #120E11
Tints of Melanzane #120E11
RGB
CMYK
RGB Variations
Color information
#120E11 (or 0x120E11) is known color: Melanzane. HEX triplet: 12, 0E and 11. RGB value is (18,14,17). Sum of RGB (Red+Green+Blue) = 18+14+17=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 18 - color contains mainly: red. Hex color #120E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E11 is #EDF1EE. Grayscale: #0F0F0F. Windows color (decimal): -15593967 or 1117714. OLE color: 1117714.
HSL color Cylindrical-coordinate representation of color #120E11: hue angle of 315º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #120E11 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 14 | 17 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.93 |
| HSL | 315º | 0.13% | 0.06% | - |
| HSV(B) | 315º | 0.22% | 0.07% | - |
| XYZ | 0.51 | 0.48 | 0.6 | - |
| YUV | 15.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 17 | 0 | 0.22 | 0.06 | 0.93 | 315 | 0.13 | 0.06 |
| Hex | 12 | E | 11 | 0 | 16 | 6 | 5D | 13B | C | 6 |
| Octal | 22 | 16 | 21 | 0 | 26 | 6 | 135 | 473 | 14 | 6 |
| Binary | 10010 | 1110 | 10001 | 0 | 10110 | 110 | 1011101 | 100111011 | 1100 | 110 |
Color Harmonies of #120E11
Complementary color
Monochromatic Colors of #120E11
Black with #120E11
Text Example
Text Example
White with #120E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E11; }
p { color: rgb(18,14,17); }
H1.HeaderClassName
{
color: #120E11;
}
.AnyTagClassName
{
color: #120E11;
}
</style>
background-color css
<style>
a { background-color: #120E11; }
a { background-color: rgb(18,14,17); }
div.DivClassName
{
background-color: #120E11;
}
.BgClassName
{
background-color: #120E11;
}
</style>
border-color css
<style>
span { border-color: #120E11; }
span { border-color: rgb(18,14,17); }
td.TdClassName
{
border-color: #120E11;
}
.TagClassName
{
border-color: #120E11;
}
</style>