Shades of Black #110805
Tints of Black #110805
RGB
CMYK
RGB Variations
Color information
#110805 (or 0x110805) is known color: Black. HEX triplet: 11, 08 and 05. RGB value is (17,8,5). Sum of RGB (Red+Green+Blue) = 17+8+5=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110805 is #EEF7FA. Grayscale: #0A0A0A. Windows color (decimal): -15661051 or 329745. OLE color: 329745.
HSL color Cylindrical-coordinate representation of color #110805: hue angle of 15º 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 #110805 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 8 | 5 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.93 |
| HSL | 15º | 0.55% | 0.04% | - |
| HSV(B) | 15º | 0.71% | 0.07% | - |
| XYZ | 0.35 | 0.3 | 0.18 | - |
| YUV | 10.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 5 | 0 | 0.53 | 0.71 | 0.93 | 15 | 0.55 | 0.04 |
| Hex | 11 | 8 | 5 | 0 | 35 | 47 | 5D | F | 37 | 4 |
| Octal | 21 | 10 | 5 | 0 | 65 | 107 | 135 | 17 | 67 | 4 |
| Binary | 10001 | 1000 | 101 | 0 | 110101 | 1000111 | 1011101 | 1111 | 110111 | 100 |
Color Harmonies of #110805
Complementary color
Monochromatic Colors of #110805
Black with #110805
Text Example
Text Example
White with #110805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110805; }
p { color: rgb(17,8,5); }
H1.HeaderClassName
{
color: #110805;
}
.AnyTagClassName
{
color: #110805;
}
</style>
background-color css
<style>
a { background-color: #110805; }
a { background-color: rgb(17,8,5); }
div.DivClassName
{
background-color: #110805;
}
.BgClassName
{
background-color: #110805;
}
</style>
border-color css
<style>
span { border-color: #110805; }
span { border-color: rgb(17,8,5); }
td.TdClassName
{
border-color: #110805;
}
.TagClassName
{
border-color: #110805;
}
</style>