Shades of Melanzane #12000C
Tints of Melanzane #12000C
RGB
CMYK
RGB Variations
Color information
#12000C (or 0x12000C) is known color: Melanzane. HEX triplet: 12, 00 and 0C. RGB value is (18,0,12). Sum of RGB (Red+Green+Blue) = 18+0+12=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #12000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000C is #EDFFF3. Grayscale: #060606. Windows color (decimal): -15597556 or 786450. OLE color: 786450.
HSL color Cylindrical-coordinate representation of color #12000C: hue angle of 320º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12000C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.33 | 0.93 |
| HSL | 320º | 1% | 0.04% | - |
| HSV(B) | 320º | 1% | 0.07% | - |
| XYZ | 0.32 | 0.16 | 0.36 | - |
| YUV | 6.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 12 | 0 | 1 | 0.33 | 0.93 | 320 | 1 | 0.04 |
| Hex | 12 | 0 | C | 0 | 64 | 21 | 5D | 140 | 64 | 4 |
| Octal | 22 | 0 | 14 | 0 | 144 | 41 | 135 | 500 | 144 | 4 |
| Binary | 10010 | 0 | 1100 | 0 | 1100100 | 100001 | 1011101 | 101000000 | 1100100 | 100 |
Color Harmonies of #12000C
Complementary color
Monochromatic Colors of #12000C
Black with #12000C
Text Example
Text Example
White with #12000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12000C; }
p { color: rgb(18,0,12); }
H1.HeaderClassName
{
color: #12000C;
}
.AnyTagClassName
{
color: #12000C;
}
</style>
background-color css
<style>
a { background-color: #12000C; }
a { background-color: rgb(18,0,12); }
div.DivClassName
{
background-color: #12000C;
}
.BgClassName
{
background-color: #12000C;
}
</style>
border-color css
<style>
span { border-color: #12000C; }
span { border-color: rgb(18,0,12); }
td.TdClassName
{
border-color: #12000C;
}
.TagClassName
{
border-color: #12000C;
}
</style>