Shades of Black #110504
Tints of Black #110504
RGB
CMYK
RGB Variations
Color information
#110504 (or 0x110504) is known color: Black. HEX triplet: 11, 05 and 04. RGB value is (17,5,4). Sum of RGB (Red+Green+Blue) = 17+5+4=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110504 is #EEFAFB. Grayscale: #080808. Windows color (decimal): -15661820 or 263441. OLE color: 263441.
HSL color Cylindrical-coordinate representation of color #110504: hue angle of 4.62º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110504 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 4 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.93 |
| HSL | 4.62º | 0.62% | 0.04% | - |
| HSV(B) | 4.62º | 0.76% | 0.07% | - |
| XYZ | 0.31 | 0.24 | 0.14 | - |
| YUV | 8.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 4 | 0 | 0.71 | 0.76 | 0.93 | 4.62 | 0.62 | 0.04 |
| Hex | 11 | 5 | 4 | 0 | 47 | 4C | 5D | 5 | 3E | 4 |
| Octal | 21 | 5 | 4 | 0 | 107 | 114 | 135 | 5 | 76 | 4 |
| Binary | 10001 | 101 | 100 | 0 | 1000111 | 1001100 | 1011101 | 101 | 111110 | 100 |
Color Harmonies of #110504
Complementary color
Monochromatic Colors of #110504
Black with #110504
Text Example
Text Example
White with #110504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110504; }
p { color: rgb(17,5,4); }
H1.HeaderClassName
{
color: #110504;
}
.AnyTagClassName
{
color: #110504;
}
</style>
background-color css
<style>
a { background-color: #110504; }
a { background-color: rgb(17,5,4); }
div.DivClassName
{
background-color: #110504;
}
.BgClassName
{
background-color: #110504;
}
</style>
border-color css
<style>
span { border-color: #110504; }
span { border-color: rgb(17,5,4); }
td.TdClassName
{
border-color: #110504;
}
.TagClassName
{
border-color: #110504;
}
</style>