Shades of Black #110E0C
Tints of Black #110E0C
RGB
CMYK
RGB Variations
Color information
#110E0C (or 0x110E0C) is known color: Black. HEX triplet: 11, 0E and 0C. RGB value is (17,14,12). Sum of RGB (Red+Green+Blue) = 17+14+12=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E0C is #EEF1F3. Grayscale: #0E0E0E. Windows color (decimal): -15659508 or 790033. OLE color: 790033.
HSL color Cylindrical-coordinate representation of color #110E0C: hue angle of 24º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #110E0C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 14 | 12 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.93 |
| HSL | 24º | 0.17% | 0.06% | - |
| HSV(B) | 24º | 0.29% | 0.07% | - |
| XYZ | 0.45 | 0.46 | 0.41 | - |
| YUV | 14.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 12 | 0 | 0.18 | 0.29 | 0.93 | 24 | 0.17 | 0.06 |
| Hex | 11 | E | C | 0 | 12 | 1D | 5D | 18 | 11 | 6 |
| Octal | 21 | 16 | 14 | 0 | 22 | 35 | 135 | 30 | 21 | 6 |
| Binary | 10001 | 1110 | 1100 | 0 | 10010 | 11101 | 1011101 | 11000 | 10001 | 110 |
Color Harmonies of #110E0C
Complementary color
Monochromatic Colors of #110E0C
Black with #110E0C
Text Example
Text Example
White with #110E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E0C; }
p { color: rgb(17,14,12); }
H1.HeaderClassName
{
color: #110E0C;
}
.AnyTagClassName
{
color: #110E0C;
}
</style>
background-color css
<style>
a { background-color: #110E0C; }
a { background-color: rgb(17,14,12); }
div.DivClassName
{
background-color: #110E0C;
}
.BgClassName
{
background-color: #110E0C;
}
</style>
border-color css
<style>
span { border-color: #110E0C; }
span { border-color: rgb(17,14,12); }
td.TdClassName
{
border-color: #110E0C;
}
.TagClassName
{
border-color: #110E0C;
}
</style>