Shades of Melanzane #11050C
Tints of Melanzane #11050C
RGB
CMYK
RGB Variations
Color information
#11050C (or 0x11050C) is known color: Melanzane. HEX triplet: 11, 05 and 0C. RGB value is (17,5,12). Sum of RGB (Red+Green+Blue) = 17+5+12=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #11050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050C is #EEFAF3. Grayscale: #090909. Windows color (decimal): -15661812 or 787729. OLE color: 787729.
HSL color Cylindrical-coordinate representation of color #11050C: hue angle of 325º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11050C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 12 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.93 |
| HSL | 325º | 0.55% | 0.04% | - |
| HSV(B) | 325º | 0.71% | 0.07% | - |
| XYZ | 0.35 | 0.25 | 0.38 | - |
| YUV | 9.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 12 | 0 | 0.71 | 0.29 | 0.93 | 325 | 0.55 | 0.04 |
| Hex | 11 | 5 | C | 0 | 47 | 1D | 5D | 145 | 37 | 4 |
| Octal | 21 | 5 | 14 | 0 | 107 | 35 | 135 | 505 | 67 | 4 |
| Binary | 10001 | 101 | 1100 | 0 | 1000111 | 11101 | 1011101 | 101000101 | 110111 | 100 |
Color Harmonies of #11050C
Complementary color
Monochromatic Colors of #11050C
Black with #11050C
Text Example
Text Example
White with #11050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11050C; }
p { color: rgb(17,5,12); }
H1.HeaderClassName
{
color: #11050C;
}
.AnyTagClassName
{
color: #11050C;
}
</style>
background-color css
<style>
a { background-color: #11050C; }
a { background-color: rgb(17,5,12); }
div.DivClassName
{
background-color: #11050C;
}
.BgClassName
{
background-color: #11050C;
}
</style>
border-color css
<style>
span { border-color: #11050C; }
span { border-color: rgb(17,5,12); }
td.TdClassName
{
border-color: #11050C;
}
.TagClassName
{
border-color: #11050C;
}
</style>