Shades of Black #110705
Tints of Black #110705
RGB
CMYK
RGB Variations
Color information
#110705 (or 0x110705) is known color: Black. HEX triplet: 11, 07 and 05. RGB value is (17,7,5). Sum of RGB (Red+Green+Blue) = 17+7+5=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110705 is #EEF8FA. Grayscale: #090909. Windows color (decimal): -15661307 or 329489. OLE color: 329489.
HSL color Cylindrical-coordinate representation of color #110705: hue angle of 10º 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 #110705 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 7 | 5 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.93 |
| HSL | 10º | 0.55% | 0.04% | - |
| HSV(B) | 10º | 0.71% | 0.07% | - |
| XYZ | 0.33 | 0.28 | 0.18 | - |
| YUV | 9.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 5 | 0 | 0.59 | 0.71 | 0.93 | 10 | 0.55 | 0.04 |
| Hex | 11 | 7 | 5 | 0 | 3B | 47 | 5D | A | 37 | 4 |
| Octal | 21 | 7 | 5 | 0 | 73 | 107 | 135 | 12 | 67 | 4 |
| Binary | 10001 | 111 | 101 | 0 | 111011 | 1000111 | 1011101 | 1010 | 110111 | 100 |
Color Harmonies of #110705
Complementary color
Monochromatic Colors of #110705
Black with #110705
Text Example
Text Example
White with #110705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110705; }
p { color: rgb(17,7,5); }
H1.HeaderClassName
{
color: #110705;
}
.AnyTagClassName
{
color: #110705;
}
</style>
background-color css
<style>
a { background-color: #110705; }
a { background-color: rgb(17,7,5); }
div.DivClassName
{
background-color: #110705;
}
.BgClassName
{
background-color: #110705;
}
</style>
border-color css
<style>
span { border-color: #110705; }
span { border-color: rgb(17,7,5); }
td.TdClassName
{
border-color: #110705;
}
.TagClassName
{
border-color: #110705;
}
</style>