Shades of Black #110A06
Tints of Black #110A06
RGB
CMYK
RGB Variations
Color information
#110A06 (or 0x110A06) is known color: Black. HEX triplet: 11, 0A and 06. RGB value is (17,10,6). Sum of RGB (Red+Green+Blue) = 17+10+6=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A06 is #EEF5F9. Grayscale: #0B0B0B. Windows color (decimal): -15660538 or 395793. OLE color: 395793.
HSL color Cylindrical-coordinate representation of color #110A06: hue angle of 21.82º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110A06 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 10 | 6 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.93 |
| HSL | 21.82º | 0.48% | 0.05% | - |
| HSV(B) | 21.82º | 0.65% | 0.07% | - |
| XYZ | 0.37 | 0.35 | 0.22 | - |
| YUV | 11.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 6 | 0 | 0.41 | 0.65 | 0.93 | 21.82 | 0.48 | 0.05 |
| Hex | 11 | A | 6 | 0 | 29 | 41 | 5D | 16 | 30 | 5 |
| Octal | 21 | 12 | 6 | 0 | 51 | 101 | 135 | 26 | 60 | 5 |
| Binary | 10001 | 1010 | 110 | 0 | 101001 | 1000001 | 1011101 | 10110 | 110000 | 101 |
Color Harmonies of #110A06
Complementary color
Monochromatic Colors of #110A06
Black with #110A06
Text Example
Text Example
White with #110A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A06; }
p { color: rgb(17,10,6); }
H1.HeaderClassName
{
color: #110A06;
}
.AnyTagClassName
{
color: #110A06;
}
</style>
background-color css
<style>
a { background-color: #110A06; }
a { background-color: rgb(17,10,6); }
div.DivClassName
{
background-color: #110A06;
}
.BgClassName
{
background-color: #110A06;
}
</style>
border-color css
<style>
span { border-color: #110A06; }
span { border-color: rgb(17,10,6); }
td.TdClassName
{
border-color: #110A06;
}
.TagClassName
{
border-color: #110A06;
}
</style>