Shades of Black #110E0D
Tints of Black #110E0D
RGB
CMYK
RGB Variations
Color information
#110E0D (or 0x110E0D) is known color: Black. HEX triplet: 11, 0E and 0D. RGB value is (17,14,13). Sum of RGB (Red+Green+Blue) = 17+14+13=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 17 - color contains mainly: red. Hex color #110E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E0D is #EEF1F2. Grayscale: #0E0E0E. Windows color (decimal): -15659507 or 855569. OLE color: 855569.
HSL color Cylindrical-coordinate representation of color #110E0D: hue angle of 15º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #110E0D is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 14 | 13 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.93 |
| HSL | 15º | 0.13% | 0.06% | - |
| HSV(B) | 15º | 0.24% | 0.07% | - |
| XYZ | 0.46 | 0.46 | 0.45 | - |
| YUV | 14.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 13 | 0 | 0.18 | 0.24 | 0.93 | 15 | 0.13 | 0.06 |
| Hex | 11 | E | D | 0 | 12 | 18 | 5D | F | D | 6 |
| Octal | 21 | 16 | 15 | 0 | 22 | 30 | 135 | 17 | 15 | 6 |
| Binary | 10001 | 1110 | 1101 | 0 | 10010 | 11000 | 1011101 | 1111 | 1101 | 110 |
Color Harmonies of #110E0D
Complementary color
Monochromatic Colors of #110E0D
Black with #110E0D
Text Example
Text Example
White with #110E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E0D; }
p { color: rgb(17,14,13); }
H1.HeaderClassName
{
color: #110E0D;
}
.AnyTagClassName
{
color: #110E0D;
}
</style>
background-color css
<style>
a { background-color: #110E0D; }
a { background-color: rgb(17,14,13); }
div.DivClassName
{
background-color: #110E0D;
}
.BgClassName
{
background-color: #110E0D;
}
</style>
border-color css
<style>
span { border-color: #110E0D; }
span { border-color: rgb(17,14,13); }
td.TdClassName
{
border-color: #110E0D;
}
.TagClassName
{
border-color: #110E0D;
}
</style>