Shades of Melanzane #12010E
Tints of Melanzane #12010E
RGB
CMYK
RGB Variations
Color information
#12010E (or 0x12010E) is known color: Melanzane. HEX triplet: 12, 01 and 0E. RGB value is (18,1,14). Sum of RGB (Red+Green+Blue) = 18+1+14=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010E is #EDFEF1. Grayscale: #070707. Windows color (decimal): -15597298 or 917778. OLE color: 917778.
HSL color Cylindrical-coordinate representation of color #12010E: hue angle of 314.12º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12010E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 14 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.93 |
| HSL | 314.12º | 0.89% | 0.04% | - |
| HSV(B) | 314.12º | 0.94% | 0.07% | - |
| XYZ | 0.34 | 0.18 | 0.43 | - |
| YUV | 7.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 14 | 0 | 0.94 | 0.22 | 0.93 | 314.12 | 0.89 | 0.04 |
| Hex | 12 | 1 | E | 0 | 5E | 16 | 5D | 13A | 59 | 4 |
| Octal | 22 | 1 | 16 | 0 | 136 | 26 | 135 | 472 | 131 | 4 |
| Binary | 10010 | 1 | 1110 | 0 | 1011110 | 10110 | 1011101 | 100111010 | 1011001 | 100 |
Color Harmonies of #12010E
Complementary color
Monochromatic Colors of #12010E
Black with #12010E
Text Example
Text Example
White with #12010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12010E; }
p { color: rgb(18,1,14); }
H1.HeaderClassName
{
color: #12010E;
}
.AnyTagClassName
{
color: #12010E;
}
</style>
background-color css
<style>
a { background-color: #12010E; }
a { background-color: rgb(18,1,14); }
div.DivClassName
{
background-color: #12010E;
}
.BgClassName
{
background-color: #12010E;
}
</style>
border-color css
<style>
span { border-color: #12010E; }
span { border-color: rgb(18,1,14); }
td.TdClassName
{
border-color: #12010E;
}
.TagClassName
{
border-color: #12010E;
}
</style>