Shades of Black #110B0A
Tints of Black #110B0A
RGB
CMYK
RGB Variations
Color information
#110B0A (or 0x110B0A) is known color: Black. HEX triplet: 11, 0B and 0A. RGB value is (17,11,10). Sum of RGB (Red+Green+Blue) = 17+11+10=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0A is #EEF4F5. Grayscale: #0C0C0C. Windows color (decimal): -15660278 or 658193. OLE color: 658193.
HSL color Cylindrical-coordinate representation of color #110B0A: hue angle of 8.57º 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 #110B0A is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 10 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.93 |
| HSL | 8.57º | 0.26% | 0.05% | - |
| HSV(B) | 8.57º | 0.41% | 0.07% | - |
| XYZ | 0.41 | 0.38 | 0.34 | - |
| YUV | 12.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 10 | 0 | 0.35 | 0.41 | 0.93 | 8.57 | 0.26 | 0.05 |
| Hex | 11 | B | A | 0 | 23 | 29 | 5D | 9 | 1A | 5 |
| Octal | 21 | 13 | 12 | 0 | 43 | 51 | 135 | 11 | 32 | 5 |
| Binary | 10001 | 1011 | 1010 | 0 | 100011 | 101001 | 1011101 | 1001 | 11010 | 101 |
Color Harmonies of #110B0A
Complementary color
Monochromatic Colors of #110B0A
Black with #110B0A
Text Example
Text Example
White with #110B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B0A; }
p { color: rgb(17,11,10); }
H1.HeaderClassName
{
color: #110B0A;
}
.AnyTagClassName
{
color: #110B0A;
}
</style>
background-color css
<style>
a { background-color: #110B0A; }
a { background-color: rgb(17,11,10); }
div.DivClassName
{
background-color: #110B0A;
}
.BgClassName
{
background-color: #110B0A;
}
</style>
border-color css
<style>
span { border-color: #110B0A; }
span { border-color: rgb(17,11,10); }
td.TdClassName
{
border-color: #110B0A;
}
.TagClassName
{
border-color: #110B0A;
}
</style>