Shades of Black #110E0E
Tints of Black #110E0E
RGB
CMYK
RGB Variations
Color information
#110E0E (or 0x110E0E) is known color: Black. HEX triplet: 11, 0E and 0E. RGB value is (17,14,14). Sum of RGB (Red+Green+Blue) = 17+14+14=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 17 - color contains mainly: red. Hex color #110E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E0E is #EEF1F1. Grayscale: #0E0E0E. Windows color (decimal): -15659506 or 921105. OLE color: 921105.
HSL color Cylindrical-coordinate representation of color #110E0E: hue angle of 0º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #110E0E is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 14 | 14 | - |
CMYK | 0 | 0.18 | 0.18 | 0.93 |
HSL | 0º | 0.1% | 0.06% | - |
HSV(B) | 0º | 0.18% | 0.07% | - |
XYZ | 0.47 | 0.46 | 0.48 | - |
YUV | 14.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 14 | 14 | 0 | 0.18 | 0.18 | 0.93 | 0 | 0.1 | 0.06 |
Hex | 11 | E | E | 0 | 12 | 12 | 5D | 0 | A | 6 |
Octal | 21 | 16 | 16 | 0 | 22 | 22 | 135 | 0 | 12 | 6 |
Binary | 10001 | 1110 | 1110 | 0 | 10010 | 10010 | 1011101 | 0 | 1010 | 110 |
Color Harmonies of #110E0E
Complementary color
Monochromatic Colors of #110E0E
Black with #110E0E
Text Example
Text Example
White with #110E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E0E; }
p { color: rgb(17,14,14); }
H1.HeaderClassName
{
color: #110E0E;
}
.AnyTagClassName
{
color: #110E0E;
}
</style>
background-color css
<style>
a { background-color: #110E0E; }
a { background-color: rgb(17,14,14); }
div.DivClassName
{
background-color: #110E0E;
}
.BgClassName
{
background-color: #110E0E;
}
</style>
border-color css
<style>
span { border-color: #110E0E; }
span { border-color: rgb(17,14,14); }
td.TdClassName
{
border-color: #110E0E;
}
.TagClassName
{
border-color: #110E0E;
}
</style>