Shades of Black #110905
Tints of Black #110905
RGB
CMYK
RGB Variations
Color information
#110905 (or 0x110905) is known color: Black. HEX triplet: 11, 09 and 05. RGB value is (17,9,5). Sum of RGB (Red+Green+Blue) = 17+9+5=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110905 is #EEF6FA. Grayscale: #0A0A0A. Windows color (decimal): -15660795 or 330001. OLE color: 330001.
HSL color Cylindrical-coordinate representation of color #110905: hue angle of 20º 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 #110905 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 9 | 5 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.93 |
| HSL | 20º | 0.55% | 0.04% | - |
| HSV(B) | 20º | 0.71% | 0.07% | - |
| XYZ | 0.36 | 0.33 | 0.19 | - |
| YUV | 10.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 5 | 0 | 0.47 | 0.71 | 0.93 | 20 | 0.55 | 0.04 |
| Hex | 11 | 9 | 5 | 0 | 2F | 47 | 5D | 14 | 37 | 4 |
| Octal | 21 | 11 | 5 | 0 | 57 | 107 | 135 | 24 | 67 | 4 |
| Binary | 10001 | 1001 | 101 | 0 | 101111 | 1000111 | 1011101 | 10100 | 110111 | 100 |
Color Harmonies of #110905
Complementary color
Monochromatic Colors of #110905
Black with #110905
Text Example
Text Example
White with #110905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110905; }
p { color: rgb(17,9,5); }
H1.HeaderClassName
{
color: #110905;
}
.AnyTagClassName
{
color: #110905;
}
</style>
background-color css
<style>
a { background-color: #110905; }
a { background-color: rgb(17,9,5); }
div.DivClassName
{
background-color: #110905;
}
.BgClassName
{
background-color: #110905;
}
</style>
border-color css
<style>
span { border-color: #110905; }
span { border-color: rgb(17,9,5); }
td.TdClassName
{
border-color: #110905;
}
.TagClassName
{
border-color: #110905;
}
</style>