Shades of Melanzane #11030D
Tints of Melanzane #11030D
RGB
CMYK
RGB Variations
Color information
#11030D (or 0x11030D) is known color: Melanzane. HEX triplet: 11, 03 and 0D. RGB value is (17,3,13). Sum of RGB (Red+Green+Blue) = 17+3+13=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #11030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11030D is #EEFCF2. Grayscale: #080808. Windows color (decimal): -15662323 or 852753. OLE color: 852753.
HSL color Cylindrical-coordinate representation of color #11030D: hue angle of 317.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11030D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 3 | 13 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.93 |
| HSL | 317.14º | 0.7% | 0.04% | - |
| HSV(B) | 317.14º | 0.82% | 0.07% | - |
| XYZ | 0.34 | 0.21 | 0.4 | - |
| YUV | 8.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 13 | 0 | 0.82 | 0.24 | 0.93 | 317.14 | 0.7 | 0.04 |
| Hex | 11 | 3 | D | 0 | 52 | 18 | 5D | 13D | 46 | 4 |
| Octal | 21 | 3 | 15 | 0 | 122 | 30 | 135 | 475 | 106 | 4 |
| Binary | 10001 | 11 | 1101 | 0 | 1010010 | 11000 | 1011101 | 100111101 | 1000110 | 100 |
Color Harmonies of #11030D
Complementary color
Monochromatic Colors of #11030D
Black with #11030D
Text Example
Text Example
White with #11030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11030D; }
p { color: rgb(17,3,13); }
H1.HeaderClassName
{
color: #11030D;
}
.AnyTagClassName
{
color: #11030D;
}
</style>
background-color css
<style>
a { background-color: #11030D; }
a { background-color: rgb(17,3,13); }
div.DivClassName
{
background-color: #11030D;
}
.BgClassName
{
background-color: #11030D;
}
</style>
border-color css
<style>
span { border-color: #11030D; }
span { border-color: rgb(17,3,13); }
td.TdClassName
{
border-color: #11030D;
}
.TagClassName
{
border-color: #11030D;
}
</style>