Shades of Melanzane #12010F
Tints of Melanzane #12010F
RGB
CMYK
RGB Variations
Color information
#12010F (or 0x12010F) is known color: Melanzane. HEX triplet: 12, 01 and 0F. RGB value is (18,1,15). Sum of RGB (Red+Green+Blue) = 18+1+15=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010F is #EDFEF0. Grayscale: #070707. Windows color (decimal): -15597297 or 983314. OLE color: 983314.
HSL color Cylindrical-coordinate representation of color #12010F: hue angle of 310.59º 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 #12010F is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 15 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.93 |
| HSL | 310.59º | 0.89% | 0.04% | - |
| HSV(B) | 310.59º | 0.94% | 0.07% | - |
| XYZ | 0.35 | 0.18 | 0.47 | - |
| YUV | 7.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 15 | 0 | 0.94 | 0.17 | 0.93 | 310.59 | 0.89 | 0.04 |
| Hex | 12 | 1 | F | 0 | 5E | 11 | 5D | 137 | 59 | 4 |
| Octal | 22 | 1 | 17 | 0 | 136 | 21 | 135 | 467 | 131 | 4 |
| Binary | 10010 | 1 | 1111 | 0 | 1011110 | 10001 | 1011101 | 100110111 | 1011001 | 100 |
Color Harmonies of #12010F
Complementary color
Monochromatic Colors of #12010F
Black with #12010F
Text Example
Text Example
White with #12010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12010F; }
p { color: rgb(18,1,15); }
H1.HeaderClassName
{
color: #12010F;
}
.AnyTagClassName
{
color: #12010F;
}
</style>
background-color css
<style>
a { background-color: #12010F; }
a { background-color: rgb(18,1,15); }
div.DivClassName
{
background-color: #12010F;
}
.BgClassName
{
background-color: #12010F;
}
</style>
border-color css
<style>
span { border-color: #12010F; }
span { border-color: rgb(18,1,15); }
td.TdClassName
{
border-color: #12010F;
}
.TagClassName
{
border-color: #12010F;
}
</style>