Shades of Black #110100
Tints of Black #110100
RGB
CMYK
RGB Variations
Color information
#110100 (or 0x110100) is known color: Black. HEX triplet: 11, 01 and 00. RGB value is (17,1,0). Sum of RGB (Red+Green+Blue) = 17+1+0=18 (2% of max value = 765). Red value is 17 (7.03% from 255 or 94.44% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 17 - color contains mainly: red. Hex color #110100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110100 is #EEFEFF. Grayscale: #050505. Windows color (decimal): -15662848 or 273. OLE color: 273.
HSL color Cylindrical-coordinate representation of color #110100: hue angle of 3.53º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110100 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 1 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.93 |
| HSL | 3.53º | 1% | 0.03% | - |
| HSV(B) | 3.53º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.14 | 0.01 | - |
| YUV | 5.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 0 | 0 | 0.94 | 1 | 0.93 | 3.53 | 1 | 0.03 |
| Hex | 11 | 1 | 0 | 0 | 5E | 64 | 5D | 4 | 64 | 3 |
| Octal | 21 | 1 | 0 | 0 | 136 | 144 | 135 | 4 | 144 | 3 |
| Binary | 10001 | 1 | 0 | 0 | 1011110 | 1100100 | 1011101 | 100 | 1100100 | 11 |
Color Harmonies of #110100
Complementary color
Monochromatic Colors of #110100
Black with #110100
Text Example
Text Example
White with #110100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110100; }
p { color: rgb(17,1,0); }
H1.HeaderClassName
{
color: #110100;
}
.AnyTagClassName
{
color: #110100;
}
</style>
background-color css
<style>
a { background-color: #110100; }
a { background-color: rgb(17,1,0); }
div.DivClassName
{
background-color: #110100;
}
.BgClassName
{
background-color: #110100;
}
</style>
border-color css
<style>
span { border-color: #110100; }
span { border-color: rgb(17,1,0); }
td.TdClassName
{
border-color: #110100;
}
.TagClassName
{
border-color: #110100;
}
</style>