Shades of Black #110904
Tints of Black #110904
RGB
CMYK
RGB Variations
Color information
#110904 (or 0x110904) is known color: Black. HEX triplet: 11, 09 and 04. RGB value is (17,9,4). Sum of RGB (Red+Green+Blue) = 17+9+4=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110904 is #EEF6FB. Grayscale: #0A0A0A. Windows color (decimal): -15660796 or 264465. OLE color: 264465.
HSL color Cylindrical-coordinate representation of color #110904: hue angle of 23.08º 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 #110904 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 9 | 4 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.93 |
| HSL | 23.08º | 0.62% | 0.04% | - |
| HSV(B) | 23.08º | 0.76% | 0.07% | - |
| XYZ | 0.35 | 0.32 | 0.16 | - |
| YUV | 10.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 4 | 0 | 0.47 | 0.76 | 0.93 | 23.08 | 0.62 | 0.04 |
| Hex | 11 | 9 | 4 | 0 | 2F | 4C | 5D | 17 | 3E | 4 |
| Octal | 21 | 11 | 4 | 0 | 57 | 114 | 135 | 27 | 76 | 4 |
| Binary | 10001 | 1001 | 100 | 0 | 101111 | 1001100 | 1011101 | 10111 | 111110 | 100 |
Color Harmonies of #110904
Complementary color
Monochromatic Colors of #110904
Black with #110904
Text Example
Text Example
White with #110904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110904; }
p { color: rgb(17,9,4); }
H1.HeaderClassName
{
color: #110904;
}
.AnyTagClassName
{
color: #110904;
}
</style>
background-color css
<style>
a { background-color: #110904; }
a { background-color: rgb(17,9,4); }
div.DivClassName
{
background-color: #110904;
}
.BgClassName
{
background-color: #110904;
}
</style>
border-color css
<style>
span { border-color: #110904; }
span { border-color: rgb(17,9,4); }
td.TdClassName
{
border-color: #110904;
}
.TagClassName
{
border-color: #110904;
}
</style>