Shades of Black #110801
Tints of Black #110801
RGB
CMYK
RGB Variations
Color information
#110801 (or 0x110801) is known color: Black. HEX triplet: 11, 08 and 01. RGB value is (17,8,1). Sum of RGB (Red+Green+Blue) = 17+8+1=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110801 is #EEF7FE. Grayscale: #090909. Windows color (decimal): -15661055 or 67601. OLE color: 67601.
HSL color Cylindrical-coordinate representation of color #110801: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110801 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 8 | 1 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.93 |
| HSL | 26.25º | 0.89% | 0.04% | - |
| HSV(B) | 26.25º | 0.94% | 0.07% | - |
| XYZ | 0.32 | 0.3 | 0.07 | - |
| YUV | 9.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 1 | 0 | 0.53 | 0.94 | 0.93 | 26.25 | 0.89 | 0.04 |
| Hex | 11 | 8 | 1 | 0 | 35 | 5E | 5D | 1A | 59 | 4 |
| Octal | 21 | 10 | 1 | 0 | 65 | 136 | 135 | 32 | 131 | 4 |
| Binary | 10001 | 1000 | 1 | 0 | 110101 | 1011110 | 1011101 | 11010 | 1011001 | 100 |
Color Harmonies of #110801
Complementary color
Monochromatic Colors of #110801
Black with #110801
Text Example
Text Example
White with #110801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110801; }
p { color: rgb(17,8,1); }
H1.HeaderClassName
{
color: #110801;
}
.AnyTagClassName
{
color: #110801;
}
</style>
background-color css
<style>
a { background-color: #110801; }
a { background-color: rgb(17,8,1); }
div.DivClassName
{
background-color: #110801;
}
.BgClassName
{
background-color: #110801;
}
</style>
border-color css
<style>
span { border-color: #110801; }
span { border-color: rgb(17,8,1); }
td.TdClassName
{
border-color: #110801;
}
.TagClassName
{
border-color: #110801;
}
</style>