Shades of Melanzane #11080D
Tints of Melanzane #11080D
RGB
CMYK
RGB Variations
Color information
#11080D (or 0x11080D) is known color: Melanzane. HEX triplet: 11, 08 and 0D. RGB value is (17,8,13). Sum of RGB (Red+Green+Blue) = 17+8+13=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #11080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11080D is #EEF7F2. Grayscale: #0B0B0B. Windows color (decimal): -15661043 or 854033. OLE color: 854033.
HSL color Cylindrical-coordinate representation of color #11080D: hue angle of 326.67º 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 #11080D is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 8 | 13 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.93 |
| HSL | 326.67º | 0.36% | 0.05% | - |
| HSV(B) | 326.67º | 0.53% | 0.07% | - |
| XYZ | 0.39 | 0.32 | 0.42 | - |
| YUV | 11.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 13 | 0 | 0.53 | 0.24 | 0.93 | 326.67 | 0.36 | 0.05 |
| Hex | 11 | 8 | D | 0 | 35 | 18 | 5D | 147 | 24 | 5 |
| Octal | 21 | 10 | 15 | 0 | 65 | 30 | 135 | 507 | 44 | 5 |
| Binary | 10001 | 1000 | 1101 | 0 | 110101 | 11000 | 1011101 | 101000111 | 100100 | 101 |
Color Harmonies of #11080D
Complementary color
Monochromatic Colors of #11080D
Black with #11080D
Text Example
Text Example
White with #11080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11080D; }
p { color: rgb(17,8,13); }
H1.HeaderClassName
{
color: #11080D;
}
.AnyTagClassName
{
color: #11080D;
}
</style>
background-color css
<style>
a { background-color: #11080D; }
a { background-color: rgb(17,8,13); }
div.DivClassName
{
background-color: #11080D;
}
.BgClassName
{
background-color: #11080D;
}
</style>
border-color css
<style>
span { border-color: #11080D; }
span { border-color: rgb(17,8,13); }
td.TdClassName
{
border-color: #11080D;
}
.TagClassName
{
border-color: #11080D;
}
</style>