Shades of Black #110501
Tints of Black #110501
RGB
CMYK
RGB Variations
Color information
#110501 (or 0x110501) is known color: Black. HEX triplet: 11, 05 and 01. RGB value is (17,5,1). Sum of RGB (Red+Green+Blue) = 17+5+1=23 (3% of max value = 765). Red value is 17 (7.03% from 255 or 73.91% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 17 - color contains mainly: red. Hex color #110501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110501 is #EEFAFE. Grayscale: #080808. Windows color (decimal): -15661823 or 66833. OLE color: 66833.
HSL color Cylindrical-coordinate representation of color #110501: hue angle of 15º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110501 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 1 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.93 |
| HSL | 15º | 0.89% | 0.04% | - |
| HSV(B) | 15º | 0.94% | 0.07% | - |
| XYZ | 0.29 | 0.23 | 0.06 | - |
| YUV | 8.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 1 | 0 | 0.71 | 0.94 | 0.93 | 15 | 0.89 | 0.04 |
| Hex | 11 | 5 | 1 | 0 | 47 | 5E | 5D | F | 59 | 4 |
| Octal | 21 | 5 | 1 | 0 | 107 | 136 | 135 | 17 | 131 | 4 |
| Binary | 10001 | 101 | 1 | 0 | 1000111 | 1011110 | 1011101 | 1111 | 1011001 | 100 |
Color Harmonies of #110501
Complementary color
Monochromatic Colors of #110501
Black with #110501
Text Example
Text Example
White with #110501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110501; }
p { color: rgb(17,5,1); }
H1.HeaderClassName
{
color: #110501;
}
.AnyTagClassName
{
color: #110501;
}
</style>
background-color css
<style>
a { background-color: #110501; }
a { background-color: rgb(17,5,1); }
div.DivClassName
{
background-color: #110501;
}
.BgClassName
{
background-color: #110501;
}
</style>
border-color css
<style>
span { border-color: #110501; }
span { border-color: rgb(17,5,1); }
td.TdClassName
{
border-color: #110501;
}
.TagClassName
{
border-color: #110501;
}
</style>