Shades of Black #111010
Tints of Black #111010
RGB
CMYK
RGB Variations
Color information
#111010 (or 0x111010) is known color: Black. HEX triplet: 11, 10 and 10. RGB value is (17,16,16). Sum of RGB (Red+Green+Blue) = 17+16+16=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 17 - color contains mainly: red. Hex color #111010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111010 is #EEEFEF. Grayscale: #101010. Windows color (decimal): -15658992 or 1052689. OLE color: 1052689.
HSL color Cylindrical-coordinate representation of color #111010: hue angle of 0º degrees, saturation: 0.03, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #111010 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 16 | 16 | - |
CMYK | 0 | 0.06 | 0.06 | 0.93 |
HSL | 0º | 0.03% | 0.06% | - |
HSV(B) | 0º | 0.06% | 0.07% | - |
XYZ | 0.51 | 0.53 | 0.57 | - |
YUV | 16.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 16 | 16 | 0 | 0.06 | 0.06 | 0.93 | 0 | 0.03 | 0.06 |
Hex | 11 | 10 | 10 | 0 | 6 | 6 | 5D | 0 | 3 | 6 |
Octal | 21 | 20 | 20 | 0 | 6 | 6 | 135 | 0 | 3 | 6 |
Binary | 10001 | 10000 | 10000 | 0 | 110 | 110 | 1011101 | 0 | 11 | 110 |
Color Harmonies of #111010
Complementary color
Monochromatic Colors of #111010
Black with #111010
Text Example
Text Example
White with #111010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111010; }
p { color: rgb(17,16,16); }
H1.HeaderClassName
{
color: #111010;
}
.AnyTagClassName
{
color: #111010;
}
</style>
background-color css
<style>
a { background-color: #111010; }
a { background-color: rgb(17,16,16); }
div.DivClassName
{
background-color: #111010;
}
.BgClassName
{
background-color: #111010;
}
</style>
border-color css
<style>
span { border-color: #111010; }
span { border-color: rgb(17,16,16); }
td.TdClassName
{
border-color: #111010;
}
.TagClassName
{
border-color: #111010;
}
</style>