Shades of Black #110202
Tints of Black #110202
RGB
CMYK
RGB Variations
Color information
#110202 (or 0x110202) is known color: Black. HEX triplet: 11, 02 and 02. RGB value is (17,2,2). Sum of RGB (Red+Green+Blue) = 17+2+2=21 (2% of max value = 765). Red value is 17 (7.03% from 255 or 80.95% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 17 - color contains mainly: red. Hex color #110202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110202 is #EEFDFD. Grayscale: #060606. Windows color (decimal): -15662590 or 131601. OLE color: 131601.
HSL color Cylindrical-coordinate representation of color #110202: hue angle of 0º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110202 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 2 | 2 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.93 |
| HSL | 0º | 0.79% | 0.04% | - |
| HSV(B) | 0º | 0.88% | 0.07% | - |
| XYZ | 0.26 | 0.17 | 0.08 | - |
| YUV | 6.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 2 | 0 | 0.88 | 0.88 | 0.93 | 0 | 0.79 | 0.04 |
| Hex | 11 | 2 | 2 | 0 | 58 | 58 | 5D | 0 | 4F | 4 |
| Octal | 21 | 2 | 2 | 0 | 130 | 130 | 135 | 0 | 117 | 4 |
| Binary | 10001 | 10 | 10 | 0 | 1011000 | 1011000 | 1011101 | 0 | 1001111 | 100 |
Color Harmonies of #110202
Complementary color
Monochromatic Colors of #110202
Black with #110202
Text Example
Text Example
White with #110202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110202; }
p { color: rgb(17,2,2); }
H1.HeaderClassName
{
color: #110202;
}
.AnyTagClassName
{
color: #110202;
}
</style>
background-color css
<style>
a { background-color: #110202; }
a { background-color: rgb(17,2,2); }
div.DivClassName
{
background-color: #110202;
}
.BgClassName
{
background-color: #110202;
}
</style>
border-color css
<style>
span { border-color: #110202; }
span { border-color: rgb(17,2,2); }
td.TdClassName
{
border-color: #110202;
}
.TagClassName
{
border-color: #110202;
}
</style>