Shades of Black #110D0D
Tints of Black #110D0D
RGB
CMYK
RGB Variations
Color information
#110D0D (or 0x110D0D) is known color: Black. HEX triplet: 11, 0D and 0D. RGB value is (17,13,13). Sum of RGB (Red+Green+Blue) = 17+13+13=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0D is #EEF2F2. Grayscale: #0E0E0E. Windows color (decimal): -15659763 or 855313. OLE color: 855313.
HSL color Cylindrical-coordinate representation of color #110D0D: hue angle of 0º 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 #110D0D is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 13 | 13 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.93 |
| HSL | 0º | 0.13% | 0.06% | - |
| HSV(B) | 0º | 0.24% | 0.07% | - |
| XYZ | 0.45 | 0.44 | 0.44 | - |
| YUV | 14.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 13 | 0 | 0.24 | 0.24 | 0.93 | 0 | 0.13 | 0.06 |
| Hex | 11 | D | D | 0 | 18 | 18 | 5D | 0 | D | 6 |
| Octal | 21 | 15 | 15 | 0 | 30 | 30 | 135 | 0 | 15 | 6 |
| Binary | 10001 | 1101 | 1101 | 0 | 11000 | 11000 | 1011101 | 0 | 1101 | 110 |
Color Harmonies of #110D0D
Complementary color
Monochromatic Colors of #110D0D
Black with #110D0D
Text Example
Text Example
White with #110D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D0D; }
p { color: rgb(17,13,13); }
H1.HeaderClassName
{
color: #110D0D;
}
.AnyTagClassName
{
color: #110D0D;
}
</style>
background-color css
<style>
a { background-color: #110D0D; }
a { background-color: rgb(17,13,13); }
div.DivClassName
{
background-color: #110D0D;
}
.BgClassName
{
background-color: #110D0D;
}
</style>
border-color css
<style>
span { border-color: #110D0D; }
span { border-color: rgb(17,13,13); }
td.TdClassName
{
border-color: #110D0D;
}
.TagClassName
{
border-color: #110D0D;
}
</style>