Shades of Black #110200
Tints of Black #110200
RGB
CMYK
RGB Variations
Color information
#110200 (or 0x110200) is known color: Black. HEX triplet: 11, 02 and 00. RGB value is (17,2,0). Sum of RGB (Red+Green+Blue) = 17+2+0=19 (2% of max value = 765). Red value is 17 (7.03% from 255 or 89.47% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 17 - color contains mainly: red. Hex color #110200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110200 is #EEFDFF. Grayscale: #060606. Windows color (decimal): -15662592 or 529. OLE color: 529.
HSL color Cylindrical-coordinate representation of color #110200: hue angle of 7.06º 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 #110200 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 2 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.93 |
| HSL | 7.06º | 1% | 0.03% | - |
| HSV(B) | 7.06º | 1% | 0.07% | - |
| XYZ | 0.25 | 0.16 | 0.02 | - |
| YUV | 6.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 0 | 0 | 0.88 | 1 | 0.93 | 7.06 | 1 | 0.03 |
| Hex | 11 | 2 | 0 | 0 | 58 | 64 | 5D | 7 | 64 | 3 |
| Octal | 21 | 2 | 0 | 0 | 130 | 144 | 135 | 7 | 144 | 3 |
| Binary | 10001 | 10 | 0 | 0 | 1011000 | 1100100 | 1011101 | 111 | 1100100 | 11 |
Color Harmonies of #110200
Complementary color
Monochromatic Colors of #110200
Black with #110200
Text Example
Text Example
White with #110200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110200; }
p { color: rgb(17,2,0); }
H1.HeaderClassName
{
color: #110200;
}
.AnyTagClassName
{
color: #110200;
}
</style>
background-color css
<style>
a { background-color: #110200; }
a { background-color: rgb(17,2,0); }
div.DivClassName
{
background-color: #110200;
}
.BgClassName
{
background-color: #110200;
}
</style>
border-color css
<style>
span { border-color: #110200; }
span { border-color: rgb(17,2,0); }
td.TdClassName
{
border-color: #110200;
}
.TagClassName
{
border-color: #110200;
}
</style>