Shades of Melanzane #11020C
Tints of Melanzane #11020C
RGB
CMYK
RGB Variations
Color information
#11020C (or 0x11020C) is known color: Melanzane. HEX triplet: 11, 02 and 0C. RGB value is (17,2,12). Sum of RGB (Red+Green+Blue) = 17+2+12=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #11020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11020C is #EEFDF3. Grayscale: #070707. Windows color (decimal): -15662580 or 786961. OLE color: 786961.
HSL color Cylindrical-coordinate representation of color #11020C: hue angle of 320º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11020C is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 2 | 12 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.93 |
| HSL | 320º | 0.79% | 0.04% | - |
| HSV(B) | 320º | 0.88% | 0.07% | - |
| XYZ | 0.32 | 0.19 | 0.37 | - |
| YUV | 7.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 12 | 0 | 0.88 | 0.29 | 0.93 | 320 | 0.79 | 0.04 |
| Hex | 11 | 2 | C | 0 | 58 | 1D | 5D | 140 | 4F | 4 |
| Octal | 21 | 2 | 14 | 0 | 130 | 35 | 135 | 500 | 117 | 4 |
| Binary | 10001 | 10 | 1100 | 0 | 1011000 | 11101 | 1011101 | 101000000 | 1001111 | 100 |
Color Harmonies of #11020C
Complementary color
Monochromatic Colors of #11020C
Black with #11020C
Text Example
Text Example
White with #11020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11020C; }
p { color: rgb(17,2,12); }
H1.HeaderClassName
{
color: #11020C;
}
.AnyTagClassName
{
color: #11020C;
}
</style>
background-color css
<style>
a { background-color: #11020C; }
a { background-color: rgb(17,2,12); }
div.DivClassName
{
background-color: #11020C;
}
.BgClassName
{
background-color: #11020C;
}
</style>
border-color css
<style>
span { border-color: #11020C; }
span { border-color: rgb(17,2,12); }
td.TdClassName
{
border-color: #11020C;
}
.TagClassName
{
border-color: #11020C;
}
</style>