Shades of Melanzane #12010D
Tints of Melanzane #12010D
RGB
CMYK
RGB Variations
Color information
#12010D (or 0x12010D) is known color: Melanzane. HEX triplet: 12, 01 and 0D. RGB value is (18,1,13). Sum of RGB (Red+Green+Blue) = 18+1+13=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #12010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010D is #EDFEF2. Grayscale: #070707. Windows color (decimal): -15597299 or 852242. OLE color: 852242.
HSL color Cylindrical-coordinate representation of color #12010D: hue angle of 317.65º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12010D is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 13 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.93 |
| HSL | 317.65º | 0.89% | 0.04% | - |
| HSV(B) | 317.65º | 0.94% | 0.07% | - |
| XYZ | 0.33 | 0.18 | 0.4 | - |
| YUV | 7.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 13 | 0 | 0.94 | 0.28 | 0.93 | 317.65 | 0.89 | 0.04 |
| Hex | 12 | 1 | D | 0 | 5E | 1C | 5D | 13E | 59 | 4 |
| Octal | 22 | 1 | 15 | 0 | 136 | 34 | 135 | 476 | 131 | 4 |
| Binary | 10010 | 1 | 1101 | 0 | 1011110 | 11100 | 1011101 | 100111110 | 1011001 | 100 |
Color Harmonies of #12010D
Complementary color
Monochromatic Colors of #12010D
Black with #12010D
Text Example
Text Example
White with #12010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12010D; }
p { color: rgb(18,1,13); }
H1.HeaderClassName
{
color: #12010D;
}
.AnyTagClassName
{
color: #12010D;
}
</style>
background-color css
<style>
a { background-color: #12010D; }
a { background-color: rgb(18,1,13); }
div.DivClassName
{
background-color: #12010D;
}
.BgClassName
{
background-color: #12010D;
}
</style>
border-color css
<style>
span { border-color: #12010D; }
span { border-color: rgb(18,1,13); }
td.TdClassName
{
border-color: #12010D;
}
.TagClassName
{
border-color: #12010D;
}
</style>