Shades of Black #110707
Tints of Black #110707
RGB
CMYK
RGB Variations
Color information
#110707 (or 0x110707) is known color: Black. HEX triplet: 11, 07 and 07. RGB value is (17,7,7). Sum of RGB (Red+Green+Blue) = 17+7+7=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110707 is #EEF8F8. Grayscale: #0A0A0A. Windows color (decimal): -15661305 or 460561. OLE color: 460561.
HSL color Cylindrical-coordinate representation of color #110707: hue angle of 0º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #110707 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 7 | 7 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.93 |
| HSL | 0º | 0.42% | 0.05% | - |
| HSV(B) | 0º | 0.59% | 0.07% | - |
| XYZ | 0.35 | 0.29 | 0.24 | - |
| YUV | 9.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 7 | 0 | 0.59 | 0.59 | 0.93 | 0 | 0.42 | 0.05 |
| Hex | 11 | 7 | 7 | 0 | 3B | 3B | 5D | 0 | 2A | 5 |
| Octal | 21 | 7 | 7 | 0 | 73 | 73 | 135 | 0 | 52 | 5 |
| Binary | 10001 | 111 | 111 | 0 | 111011 | 111011 | 1011101 | 0 | 101010 | 101 |
Color Harmonies of #110707
Complementary color
Monochromatic Colors of #110707
Black with #110707
Text Example
Text Example
White with #110707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110707; }
p { color: rgb(17,7,7); }
H1.HeaderClassName
{
color: #110707;
}
.AnyTagClassName
{
color: #110707;
}
</style>
background-color css
<style>
a { background-color: #110707; }
a { background-color: rgb(17,7,7); }
div.DivClassName
{
background-color: #110707;
}
.BgClassName
{
background-color: #110707;
}
</style>
border-color css
<style>
span { border-color: #110707; }
span { border-color: rgb(17,7,7); }
td.TdClassName
{
border-color: #110707;
}
.TagClassName
{
border-color: #110707;
}
</style>