Shades of Black #110B0B
Tints of Black #110B0B
RGB
CMYK
RGB Variations
Color information
#110B0B (or 0x110B0B) is known color: Black. HEX triplet: 11, 0B and 0B. RGB value is (17,11,11). Sum of RGB (Red+Green+Blue) = 17+11+11=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0B is #EEF4F4. Grayscale: #0C0C0C. Windows color (decimal): -15660277 or 723729. OLE color: 723729.
HSL color Cylindrical-coordinate representation of color #110B0B: hue angle of 0º 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 #110B0B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 11 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.93 |
| HSL | 0º | 0.21% | 0.05% | - |
| HSV(B) | 0º | 0.35% | 0.07% | - |
| XYZ | 0.41 | 0.38 | 0.37 | - |
| YUV | 12.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 11 | 0 | 0.35 | 0.35 | 0.93 | 0 | 0.21 | 0.05 |
| Hex | 11 | B | B | 0 | 23 | 23 | 5D | 0 | 15 | 5 |
| Octal | 21 | 13 | 13 | 0 | 43 | 43 | 135 | 0 | 25 | 5 |
| Binary | 10001 | 1011 | 1011 | 0 | 100011 | 100011 | 1011101 | 0 | 10101 | 101 |
Color Harmonies of #110B0B
Complementary color
Monochromatic Colors of #110B0B
Black with #110B0B
Text Example
Text Example
White with #110B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B0B; }
p { color: rgb(17,11,11); }
H1.HeaderClassName
{
color: #110B0B;
}
.AnyTagClassName
{
color: #110B0B;
}
</style>
background-color css
<style>
a { background-color: #110B0B; }
a { background-color: rgb(17,11,11); }
div.DivClassName
{
background-color: #110B0B;
}
.BgClassName
{
background-color: #110B0B;
}
</style>
border-color css
<style>
span { border-color: #110B0B; }
span { border-color: rgb(17,11,11); }
td.TdClassName
{
border-color: #110B0B;
}
.TagClassName
{
border-color: #110B0B;
}
</style>