Shades of Black #110D0B
Tints of Black #110D0B
RGB
CMYK
RGB Variations
Color information
#110D0B (or 0x110D0B) is known color: Black. HEX triplet: 11, 0D and 0B. RGB value is (17,13,11). Sum of RGB (Red+Green+Blue) = 17+13+11=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0B is #EEF2F4. Grayscale: #0D0D0D. Windows color (decimal): -15659765 or 724241. OLE color: 724241.
HSL color Cylindrical-coordinate representation of color #110D0B: hue angle of 20º 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 #110D0B is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 13 | 11 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.93 |
| HSL | 20º | 0.21% | 0.05% | - |
| HSV(B) | 20º | 0.35% | 0.07% | - |
| XYZ | 0.44 | 0.43 | 0.38 | - |
| YUV | 13.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 11 | 0 | 0.24 | 0.35 | 0.93 | 20 | 0.21 | 0.05 |
| Hex | 11 | D | B | 0 | 18 | 23 | 5D | 14 | 15 | 5 |
| Octal | 21 | 15 | 13 | 0 | 30 | 43 | 135 | 24 | 25 | 5 |
| Binary | 10001 | 1101 | 1011 | 0 | 11000 | 100011 | 1011101 | 10100 | 10101 | 101 |
Color Harmonies of #110D0B
Complementary color
Monochromatic Colors of #110D0B
Black with #110D0B
Text Example
Text Example
White with #110D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D0B; }
p { color: rgb(17,13,11); }
H1.HeaderClassName
{
color: #110D0B;
}
.AnyTagClassName
{
color: #110D0B;
}
</style>
background-color css
<style>
a { background-color: #110D0B; }
a { background-color: rgb(17,13,11); }
div.DivClassName
{
background-color: #110D0B;
}
.BgClassName
{
background-color: #110D0B;
}
</style>
border-color css
<style>
span { border-color: #110D0B; }
span { border-color: rgb(17,13,11); }
td.TdClassName
{
border-color: #110D0B;
}
.TagClassName
{
border-color: #110D0B;
}
</style>