Shades of Black #110D0A
Tints of Black #110D0A
RGB
CMYK
RGB Variations
Color information
#110D0A (or 0x110D0A) is known color: Black. HEX triplet: 11, 0D and 0A. RGB value is (17,13,10). Sum of RGB (Red+Green+Blue) = 17+13+10=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0A is #EEF2F5. Grayscale: #0D0D0D. Windows color (decimal): -15659766 or 658705. OLE color: 658705.
HSL color Cylindrical-coordinate representation of color #110D0A: hue angle of 25.71º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110D0A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 13 | 10 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.93 |
| HSL | 25.71º | 0.26% | 0.05% | - |
| HSV(B) | 25.71º | 0.41% | 0.07% | - |
| XYZ | 0.43 | 0.43 | 0.35 | - |
| YUV | 13.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 10 | 0 | 0.24 | 0.41 | 0.93 | 25.71 | 0.26 | 0.05 |
| Hex | 11 | D | A | 0 | 18 | 29 | 5D | 1A | 1A | 5 |
| Octal | 21 | 15 | 12 | 0 | 30 | 51 | 135 | 32 | 32 | 5 |
| Binary | 10001 | 1101 | 1010 | 0 | 11000 | 101001 | 1011101 | 11010 | 11010 | 101 |
Color Harmonies of #110D0A
Complementary color
Monochromatic Colors of #110D0A
Black with #110D0A
Text Example
Text Example
White with #110D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D0A; }
p { color: rgb(17,13,10); }
H1.HeaderClassName
{
color: #110D0A;
}
.AnyTagClassName
{
color: #110D0A;
}
</style>
background-color css
<style>
a { background-color: #110D0A; }
a { background-color: rgb(17,13,10); }
div.DivClassName
{
background-color: #110D0A;
}
.BgClassName
{
background-color: #110D0A;
}
</style>
border-color css
<style>
span { border-color: #110D0A; }
span { border-color: rgb(17,13,10); }
td.TdClassName
{
border-color: #110D0A;
}
.TagClassName
{
border-color: #110D0A;
}
</style>