Shades of Black #110C0B
Tints of Black #110C0B
RGB
CMYK
RGB Variations
Color information
#110C0B (or 0x110C0B) is known color: Black. HEX triplet: 11, 0C and 0B. RGB value is (17,12,11). Sum of RGB (Red+Green+Blue) = 17+12+11=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0B is #EEF3F4. Grayscale: #0D0D0D. Windows color (decimal): -15660021 or 723985. OLE color: 723985.
HSL color Cylindrical-coordinate representation of color #110C0B: hue angle of 10º 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 #110C0B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 11 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.93 |
| HSL | 10º | 0.21% | 0.05% | - |
| HSV(B) | 10º | 0.35% | 0.07% | - |
| XYZ | 0.42 | 0.41 | 0.37 | - |
| YUV | 13.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 11 | 0 | 0.29 | 0.35 | 0.93 | 10 | 0.21 | 0.05 |
| Hex | 11 | C | B | 0 | 1D | 23 | 5D | A | 15 | 5 |
| Octal | 21 | 14 | 13 | 0 | 35 | 43 | 135 | 12 | 25 | 5 |
| Binary | 10001 | 1100 | 1011 | 0 | 11101 | 100011 | 1011101 | 1010 | 10101 | 101 |
Color Harmonies of #110C0B
Complementary color
Monochromatic Colors of #110C0B
Black with #110C0B
Text Example
Text Example
White with #110C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C0B; }
p { color: rgb(17,12,11); }
H1.HeaderClassName
{
color: #110C0B;
}
.AnyTagClassName
{
color: #110C0B;
}
</style>
background-color css
<style>
a { background-color: #110C0B; }
a { background-color: rgb(17,12,11); }
div.DivClassName
{
background-color: #110C0B;
}
.BgClassName
{
background-color: #110C0B;
}
</style>
border-color css
<style>
span { border-color: #110C0B; }
span { border-color: rgb(17,12,11); }
td.TdClassName
{
border-color: #110C0B;
}
.TagClassName
{
border-color: #110C0B;
}
</style>