Shades of Melanzane #12020C
Tints of Melanzane #12020C
RGB
CMYK
RGB Variations
Color information
#12020C (or 0x12020C) is known color: Melanzane. HEX triplet: 12, 02 and 0C. RGB value is (18,2,12). Sum of RGB (Red+Green+Blue) = 18+2+12=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #12020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020C is #EDFDF3. Grayscale: #070707. Windows color (decimal): -15597044 or 786962. OLE color: 786962.
HSL color Cylindrical-coordinate representation of color #12020C: hue angle of 322.5º 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 #12020C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 2 | 12 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.93 |
| HSL | 322.5º | 0.8% | 0.04% | - |
| HSV(B) | 322.5º | 0.89% | 0.07% | - |
| XYZ | 0.34 | 0.2 | 0.37 | - |
| YUV | 7.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 12 | 0 | 0.89 | 0.33 | 0.93 | 322.5 | 0.8 | 0.04 |
| Hex | 12 | 2 | C | 0 | 59 | 21 | 5D | 142 | 50 | 4 |
| Octal | 22 | 2 | 14 | 0 | 131 | 41 | 135 | 502 | 120 | 4 |
| Binary | 10010 | 10 | 1100 | 0 | 1011001 | 100001 | 1011101 | 101000010 | 1010000 | 100 |
Color Harmonies of #12020C
Complementary color
Monochromatic Colors of #12020C
Black with #12020C
Text Example
Text Example
White with #12020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12020C; }
p { color: rgb(18,2,12); }
H1.HeaderClassName
{
color: #12020C;
}
.AnyTagClassName
{
color: #12020C;
}
</style>
background-color css
<style>
a { background-color: #12020C; }
a { background-color: rgb(18,2,12); }
div.DivClassName
{
background-color: #12020C;
}
.BgClassName
{
background-color: #12020C;
}
</style>
border-color css
<style>
span { border-color: #12020C; }
span { border-color: rgb(18,2,12); }
td.TdClassName
{
border-color: #12020C;
}
.TagClassName
{
border-color: #12020C;
}
</style>