Shades of Melanzane #12020E
Tints of Melanzane #12020E
RGB
CMYK
RGB Variations
Color information
#12020E (or 0x12020E) is known color: Melanzane. HEX triplet: 12, 02 and 0E. RGB value is (18,2,14). Sum of RGB (Red+Green+Blue) = 18+2+14=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020E is #EDFDF1. Grayscale: #080808. Windows color (decimal): -15597042 or 918034. OLE color: 918034.
HSL color Cylindrical-coordinate representation of color #12020E: hue angle of 315º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12020E is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 2 | 14 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.93 |
| HSL | 315º | 0.8% | 0.04% | - |
| HSV(B) | 315º | 0.89% | 0.07% | - |
| XYZ | 0.35 | 0.2 | 0.44 | - |
| YUV | 8.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 14 | 0 | 0.89 | 0.22 | 0.93 | 315 | 0.8 | 0.04 |
| Hex | 12 | 2 | E | 0 | 59 | 16 | 5D | 13B | 50 | 4 |
| Octal | 22 | 2 | 16 | 0 | 131 | 26 | 135 | 473 | 120 | 4 |
| Binary | 10010 | 10 | 1110 | 0 | 1011001 | 10110 | 1011101 | 100111011 | 1010000 | 100 |
Color Harmonies of #12020E
Complementary color
Monochromatic Colors of #12020E
Black with #12020E
Text Example
Text Example
White with #12020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12020E; }
p { color: rgb(18,2,14); }
H1.HeaderClassName
{
color: #12020E;
}
.AnyTagClassName
{
color: #12020E;
}
</style>
background-color css
<style>
a { background-color: #12020E; }
a { background-color: rgb(18,2,14); }
div.DivClassName
{
background-color: #12020E;
}
.BgClassName
{
background-color: #12020E;
}
</style>
border-color css
<style>
span { border-color: #12020E; }
span { border-color: rgb(18,2,14); }
td.TdClassName
{
border-color: #12020E;
}
.TagClassName
{
border-color: #12020E;
}
</style>