Shades of Black #110A04
Tints of Black #110A04
RGB
CMYK
RGB Variations
Color information
#110A04 (or 0x110A04) is known color: Black. HEX triplet: 11, 0A and 04. RGB value is (17,10,4). Sum of RGB (Red+Green+Blue) = 17+10+4=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A04 is #EEF5FB. Grayscale: #0B0B0B. Windows color (decimal): -15660540 or 264721. OLE color: 264721.
HSL color Cylindrical-coordinate representation of color #110A04: hue angle of 27.69º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110A04 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 10 | 4 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.93 |
| HSL | 27.69º | 0.62% | 0.04% | - |
| HSV(B) | 27.69º | 0.76% | 0.07% | - |
| XYZ | 0.36 | 0.35 | 0.16 | - |
| YUV | 11.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 4 | 0 | 0.41 | 0.76 | 0.93 | 27.69 | 0.62 | 0.04 |
| Hex | 11 | A | 4 | 0 | 29 | 4C | 5D | 1C | 3E | 4 |
| Octal | 21 | 12 | 4 | 0 | 51 | 114 | 135 | 34 | 76 | 4 |
| Binary | 10001 | 1010 | 100 | 0 | 101001 | 1001100 | 1011101 | 11100 | 111110 | 100 |
Color Harmonies of #110A04
Complementary color
Monochromatic Colors of #110A04
Black with #110A04
Text Example
Text Example
White with #110A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A04; }
p { color: rgb(17,10,4); }
H1.HeaderClassName
{
color: #110A04;
}
.AnyTagClassName
{
color: #110A04;
}
</style>
background-color css
<style>
a { background-color: #110A04; }
a { background-color: rgb(17,10,4); }
div.DivClassName
{
background-color: #110A04;
}
.BgClassName
{
background-color: #110A04;
}
</style>
border-color css
<style>
span { border-color: #110A04; }
span { border-color: rgb(17,10,4); }
td.TdClassName
{
border-color: #110A04;
}
.TagClassName
{
border-color: #110A04;
}
</style>