Shades of Black #110A05
Tints of Black #110A05
RGB
CMYK
RGB Variations
Color information
#110A05 (or 0x110A05) is known color: Black. HEX triplet: 11, 0A and 05. RGB value is (17,10,5). Sum of RGB (Red+Green+Blue) = 17+10+5=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A05 is #EEF5FA. Grayscale: #0B0B0B. Windows color (decimal): -15660539 or 330257. OLE color: 330257.
HSL color Cylindrical-coordinate representation of color #110A05: hue angle of 25º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110A05 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 10 | 5 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.93 |
| HSL | 25º | 0.55% | 0.04% | - |
| HSV(B) | 25º | 0.71% | 0.07% | - |
| XYZ | 0.37 | 0.35 | 0.19 | - |
| YUV | 11.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 5 | 0 | 0.41 | 0.71 | 0.93 | 25 | 0.55 | 0.04 |
| Hex | 11 | A | 5 | 0 | 29 | 47 | 5D | 19 | 37 | 4 |
| Octal | 21 | 12 | 5 | 0 | 51 | 107 | 135 | 31 | 67 | 4 |
| Binary | 10001 | 1010 | 101 | 0 | 101001 | 1000111 | 1011101 | 11001 | 110111 | 100 |
Color Harmonies of #110A05
Complementary color
Monochromatic Colors of #110A05
Black with #110A05
Text Example
Text Example
White with #110A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A05; }
p { color: rgb(17,10,5); }
H1.HeaderClassName
{
color: #110A05;
}
.AnyTagClassName
{
color: #110A05;
}
</style>
background-color css
<style>
a { background-color: #110A05; }
a { background-color: rgb(17,10,5); }
div.DivClassName
{
background-color: #110A05;
}
.BgClassName
{
background-color: #110A05;
}
</style>
border-color css
<style>
span { border-color: #110A05; }
span { border-color: rgb(17,10,5); }
td.TdClassName
{
border-color: #110A05;
}
.TagClassName
{
border-color: #110A05;
}
</style>