Shades of Melanzane #12030E
Tints of Melanzane #12030E
RGB
CMYK
RGB Variations
Color information
#12030E (or 0x12030E) is known color: Melanzane. HEX triplet: 12, 03 and 0E. RGB value is (18,3,14). Sum of RGB (Red+Green+Blue) = 18+3+14=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030E is #EDFCF1. Grayscale: #080808. Windows color (decimal): -15596786 or 918290. OLE color: 918290.
HSL color Cylindrical-coordinate representation of color #12030E: hue angle of 316º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12030E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 3 | 14 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.93 |
| HSL | 316º | 0.71% | 0.04% | - |
| HSV(B) | 316º | 0.83% | 0.07% | - |
| XYZ | 0.36 | 0.23 | 0.44 | - |
| YUV | 8.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 14 | 0 | 0.83 | 0.22 | 0.93 | 316 | 0.71 | 0.04 |
| Hex | 12 | 3 | E | 0 | 53 | 16 | 5D | 13C | 47 | 4 |
| Octal | 22 | 3 | 16 | 0 | 123 | 26 | 135 | 474 | 107 | 4 |
| Binary | 10010 | 11 | 1110 | 0 | 1010011 | 10110 | 1011101 | 100111100 | 1000111 | 100 |
Color Harmonies of #12030E
Complementary color
Monochromatic Colors of #12030E
Black with #12030E
Text Example
Text Example
White with #12030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12030E; }
p { color: rgb(18,3,14); }
H1.HeaderClassName
{
color: #12030E;
}
.AnyTagClassName
{
color: #12030E;
}
</style>
background-color css
<style>
a { background-color: #12030E; }
a { background-color: rgb(18,3,14); }
div.DivClassName
{
background-color: #12030E;
}
.BgClassName
{
background-color: #12030E;
}
</style>
border-color css
<style>
span { border-color: #12030E; }
span { border-color: rgb(18,3,14); }
td.TdClassName
{
border-color: #12030E;
}
.TagClassName
{
border-color: #12030E;
}
</style>