Shades of Melanzane #12080E
Tints of Melanzane #12080E
RGB
CMYK
RGB Variations
Color information
#12080E (or 0x12080E) is known color: Melanzane. HEX triplet: 12, 08 and 0E. RGB value is (18,8,14). Sum of RGB (Red+Green+Blue) = 18+8+14=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #12080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080E is #EDF7F1. Grayscale: #0B0B0B. Windows color (decimal): -15595506 or 919570. OLE color: 919570.
HSL color Cylindrical-coordinate representation of color #12080E: hue angle of 324º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12080E is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 8 | 14 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.93 |
| HSL | 324º | 0.38% | 0.05% | - |
| HSV(B) | 324º | 0.56% | 0.07% | - |
| XYZ | 0.42 | 0.33 | 0.46 | - |
| YUV | 11.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 14 | 0 | 0.56 | 0.22 | 0.93 | 324 | 0.38 | 0.05 |
| Hex | 12 | 8 | E | 0 | 38 | 16 | 5D | 144 | 26 | 5 |
| Octal | 22 | 10 | 16 | 0 | 70 | 26 | 135 | 504 | 46 | 5 |
| Binary | 10010 | 1000 | 1110 | 0 | 111000 | 10110 | 1011101 | 101000100 | 100110 | 101 |
Color Harmonies of #12080E
Complementary color
Monochromatic Colors of #12080E
Black with #12080E
Text Example
Text Example
White with #12080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12080E; }
p { color: rgb(18,8,14); }
H1.HeaderClassName
{
color: #12080E;
}
.AnyTagClassName
{
color: #12080E;
}
</style>
background-color css
<style>
a { background-color: #12080E; }
a { background-color: rgb(18,8,14); }
div.DivClassName
{
background-color: #12080E;
}
.BgClassName
{
background-color: #12080E;
}
</style>
border-color css
<style>
span { border-color: #12080E; }
span { border-color: rgb(18,8,14); }
td.TdClassName
{
border-color: #12080E;
}
.TagClassName
{
border-color: #12080E;
}
</style>