Shades of Melanzane #110B0F
Tints of Melanzane #110B0F
RGB
CMYK
RGB Variations
Color information
#110B0F (or 0x110B0F) is known color: Melanzane. HEX triplet: 11, 0B and 0F. RGB value is (17,11,15). Sum of RGB (Red+Green+Blue) = 17+11+15=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0F is #EEF4F0. Grayscale: #0D0D0D. Windows color (decimal): -15660273 or 985873. OLE color: 985873.
HSL color Cylindrical-coordinate representation of color #110B0F: hue angle of 320º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #110B0F is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 15 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.93 |
| HSL | 320º | 0.21% | 0.05% | - |
| HSV(B) | 320º | 0.35% | 0.07% | - |
| XYZ | 0.44 | 0.39 | 0.5 | - |
| YUV | 13.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 15 | 0 | 0.35 | 0.12 | 0.93 | 320 | 0.21 | 0.05 |
| Hex | 11 | B | F | 0 | 23 | C | 5D | 140 | 15 | 5 |
| Octal | 21 | 13 | 17 | 0 | 43 | 14 | 135 | 500 | 25 | 5 |
| Binary | 10001 | 1011 | 1111 | 0 | 100011 | 1100 | 1011101 | 101000000 | 10101 | 101 |
Color Harmonies of #110B0F
Complementary color
Monochromatic Colors of #110B0F
Black with #110B0F
Text Example
Text Example
White with #110B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B0F; }
p { color: rgb(17,11,15); }
H1.HeaderClassName
{
color: #110B0F;
}
.AnyTagClassName
{
color: #110B0F;
}
</style>
background-color css
<style>
a { background-color: #110B0F; }
a { background-color: rgb(17,11,15); }
div.DivClassName
{
background-color: #110B0F;
}
.BgClassName
{
background-color: #110B0F;
}
</style>
border-color css
<style>
span { border-color: #110B0F; }
span { border-color: rgb(17,11,15); }
td.TdClassName
{
border-color: #110B0F;
}
.TagClassName
{
border-color: #110B0F;
}
</style>