Shades of Black #110701
Tints of Black #110701
RGB
CMYK
RGB Variations
Color information
#110701 (or 0x110701) is known color: Black. HEX triplet: 11, 07 and 01. RGB value is (17,7,1). Sum of RGB (Red+Green+Blue) = 17+7+1=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110701 is #EEF8FE. Grayscale: #090909. Windows color (decimal): -15661311 or 67345. OLE color: 67345.
HSL color Cylindrical-coordinate representation of color #110701: hue angle of 22.5º 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 #110701 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 7 | 1 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.93 |
| HSL | 22.5º | 0.89% | 0.04% | - |
| HSV(B) | 22.5º | 0.94% | 0.07% | - |
| XYZ | 0.31 | 0.27 | 0.06 | - |
| YUV | 9.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 1 | 0 | 0.59 | 0.94 | 0.93 | 22.5 | 0.89 | 0.04 |
| Hex | 11 | 7 | 1 | 0 | 3B | 5E | 5D | 16 | 59 | 4 |
| Octal | 21 | 7 | 1 | 0 | 73 | 136 | 135 | 26 | 131 | 4 |
| Binary | 10001 | 111 | 1 | 0 | 111011 | 1011110 | 1011101 | 10110 | 1011001 | 100 |
Color Harmonies of #110701
Complementary color
Monochromatic Colors of #110701
Black with #110701
Text Example
Text Example
White with #110701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110701; }
p { color: rgb(17,7,1); }
H1.HeaderClassName
{
color: #110701;
}
.AnyTagClassName
{
color: #110701;
}
</style>
background-color css
<style>
a { background-color: #110701; }
a { background-color: rgb(17,7,1); }
div.DivClassName
{
background-color: #110701;
}
.BgClassName
{
background-color: #110701;
}
</style>
border-color css
<style>
span { border-color: #110701; }
span { border-color: rgb(17,7,1); }
td.TdClassName
{
border-color: #110701;
}
.TagClassName
{
border-color: #110701;
}
</style>