Shades of Black #110505
Tints of Black #110505
RGB
CMYK
RGB Variations
Color information
#110505 (or 0x110505) is known color: Black. HEX triplet: 11, 05 and 05. RGB value is (17,5,5). Sum of RGB (Red+Green+Blue) = 17+5+5=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110505 is #EEFAFA. Grayscale: #080808. Windows color (decimal): -15661819 or 328977. OLE color: 328977.
HSL color Cylindrical-coordinate representation of color #110505: hue angle of 0º 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 #110505 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 5 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.93 |
| HSL | 0º | 0.55% | 0.04% | - |
| HSV(B) | 0º | 0.71% | 0.07% | - |
| XYZ | 0.31 | 0.24 | 0.17 | - |
| YUV | 8.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 5 | 0 | 0.71 | 0.71 | 0.93 | 0 | 0.55 | 0.04 |
| Hex | 11 | 5 | 5 | 0 | 47 | 47 | 5D | 0 | 37 | 4 |
| Octal | 21 | 5 | 5 | 0 | 107 | 107 | 135 | 0 | 67 | 4 |
| Binary | 10001 | 101 | 101 | 0 | 1000111 | 1000111 | 1011101 | 0 | 110111 | 100 |
Color Harmonies of #110505
Complementary color
Monochromatic Colors of #110505
Black with #110505
Text Example
Text Example
White with #110505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110505; }
p { color: rgb(17,5,5); }
H1.HeaderClassName
{
color: #110505;
}
.AnyTagClassName
{
color: #110505;
}
</style>
background-color css
<style>
a { background-color: #110505; }
a { background-color: rgb(17,5,5); }
div.DivClassName
{
background-color: #110505;
}
.BgClassName
{
background-color: #110505;
}
</style>
border-color css
<style>
span { border-color: #110505; }
span { border-color: rgb(17,5,5); }
td.TdClassName
{
border-color: #110505;
}
.TagClassName
{
border-color: #110505;
}
</style>