Shades of Melanzane #11080E
Tints of Melanzane #11080E
RGB
CMYK
RGB Variations
Color information
#11080E (or 0x11080E) is known color: Melanzane. HEX triplet: 11, 08 and 0E. RGB value is (17,8,14). Sum of RGB (Red+Green+Blue) = 17+8+14=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #11080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11080E is #EEF7F1. Grayscale: #0B0B0B. Windows color (decimal): -15661042 or 919569. OLE color: 919569.
HSL color Cylindrical-coordinate representation of color #11080E: hue angle of 320º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #11080E is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 8 | 14 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.93 |
| HSL | 320º | 0.36% | 0.05% | - |
| HSV(B) | 320º | 0.53% | 0.07% | - |
| XYZ | 0.4 | 0.32 | 0.46 | - |
| YUV | 11.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 14 | 0 | 0.53 | 0.18 | 0.93 | 320 | 0.36 | 0.05 |
| Hex | 11 | 8 | E | 0 | 35 | 12 | 5D | 140 | 24 | 5 |
| Octal | 21 | 10 | 16 | 0 | 65 | 22 | 135 | 500 | 44 | 5 |
| Binary | 10001 | 1000 | 1110 | 0 | 110101 | 10010 | 1011101 | 101000000 | 100100 | 101 |
Color Harmonies of #11080E
Complementary color
Monochromatic Colors of #11080E
Black with #11080E
Text Example
Text Example
White with #11080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11080E; }
p { color: rgb(17,8,14); }
H1.HeaderClassName
{
color: #11080E;
}
.AnyTagClassName
{
color: #11080E;
}
</style>
background-color css
<style>
a { background-color: #11080E; }
a { background-color: rgb(17,8,14); }
div.DivClassName
{
background-color: #11080E;
}
.BgClassName
{
background-color: #11080E;
}
</style>
border-color css
<style>
span { border-color: #11080E; }
span { border-color: rgb(17,8,14); }
td.TdClassName
{
border-color: #11080E;
}
.TagClassName
{
border-color: #11080E;
}
</style>