Shades of Black #110500
Tints of Black #110500
RGB
CMYK
RGB Variations
Color information
#110500 (or 0x110500) is known color: Black. HEX triplet: 11, 05 and 00. RGB value is (17,5,0). Sum of RGB (Red+Green+Blue) = 17+5+0=22 (2% of max value = 765). Red value is 17 (7.03% from 255 or 77.27% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 17 - color contains mainly: red. Hex color #110500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110500 is #EEFAFF. Grayscale: #080808. Windows color (decimal): -15661824 or 1297. OLE color: 1297.
HSL color Cylindrical-coordinate representation of color #110500: hue angle of 17.65º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.93 |
| HSL | 17.65º | 1% | 0.03% | - |
| HSV(B) | 17.65º | 1% | 0.07% | - |
| XYZ | 0.29 | 0.23 | 0.03 | - |
| YUV | 8.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 0 | 0 | 0.71 | 1 | 0.93 | 17.65 | 1 | 0.03 |
| Hex | 11 | 5 | 0 | 0 | 47 | 64 | 5D | 12 | 64 | 3 |
| Octal | 21 | 5 | 0 | 0 | 107 | 144 | 135 | 22 | 144 | 3 |
| Binary | 10001 | 101 | 0 | 0 | 1000111 | 1100100 | 1011101 | 10010 | 1100100 | 11 |
Color Harmonies of #110500
Complementary color
Monochromatic Colors of #110500
Black with #110500
Text Example
Text Example
White with #110500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110500; }
p { color: rgb(17,5,0); }
H1.HeaderClassName
{
color: #110500;
}
.AnyTagClassName
{
color: #110500;
}
</style>
background-color css
<style>
a { background-color: #110500; }
a { background-color: rgb(17,5,0); }
div.DivClassName
{
background-color: #110500;
}
.BgClassName
{
background-color: #110500;
}
</style>
border-color css
<style>
span { border-color: #110500; }
span { border-color: rgb(17,5,0); }
td.TdClassName
{
border-color: #110500;
}
.TagClassName
{
border-color: #110500;
}
</style>