Shades of Black #110A00
Tints of Black #110A00
RGB
CMYK
RGB Variations
Color information
#110A00 (or 0x110A00) is known color: Black. HEX triplet: 11, 0A and 00. RGB value is (17,10,0). Sum of RGB (Red+Green+Blue) = 17+10+0=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A00 is #EEF5FF. Grayscale: #0B0B0B. Windows color (decimal): -15660544 or 2577. OLE color: 2577.
HSL color Cylindrical-coordinate representation of color #110A00: hue angle of 35.29º 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 #110A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 10 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.93 |
| HSL | 35.29º | 1% | 0.03% | - |
| HSV(B) | 35.29º | 1% | 0.07% | - |
| XYZ | 0.34 | 0.34 | 0.05 | - |
| YUV | 10.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 0 | 0 | 0.41 | 1 | 0.93 | 35.29 | 1 | 0.03 |
| Hex | 11 | A | 0 | 0 | 29 | 64 | 5D | 23 | 64 | 3 |
| Octal | 21 | 12 | 0 | 0 | 51 | 144 | 135 | 43 | 144 | 3 |
| Binary | 10001 | 1010 | 0 | 0 | 101001 | 1100100 | 1011101 | 100011 | 1100100 | 11 |
Color Harmonies of #110A00
Complementary color
Monochromatic Colors of #110A00
Black with #110A00
Text Example
Text Example
White with #110A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A00; }
p { color: rgb(17,10,0); }
H1.HeaderClassName
{
color: #110A00;
}
.AnyTagClassName
{
color: #110A00;
}
</style>
background-color css
<style>
a { background-color: #110A00; }
a { background-color: rgb(17,10,0); }
div.DivClassName
{
background-color: #110A00;
}
.BgClassName
{
background-color: #110A00;
}
</style>
border-color css
<style>
span { border-color: #110A00; }
span { border-color: rgb(17,10,0); }
td.TdClassName
{
border-color: #110A00;
}
.TagClassName
{
border-color: #110A00;
}
</style>