Shades of Black #110A07
Tints of Black #110A07
RGB
CMYK
RGB Variations
Color information
#110A07 (or 0x110A07) is known color: Black. HEX triplet: 11, 0A and 07. RGB value is (17,10,7). Sum of RGB (Red+Green+Blue) = 17+10+7=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A07 is #EEF5F8. Grayscale: #0B0B0B. Windows color (decimal): -15660537 or 461329. OLE color: 461329.
HSL color Cylindrical-coordinate representation of color #110A07: hue angle of 18º 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 #110A07 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 10 | 7 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.93 |
| HSL | 18º | 0.42% | 0.05% | - |
| HSV(B) | 18º | 0.59% | 0.07% | - |
| XYZ | 0.38 | 0.35 | 0.25 | - |
| YUV | 11.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 7 | 0 | 0.41 | 0.59 | 0.93 | 18 | 0.42 | 0.05 |
| Hex | 11 | A | 7 | 0 | 29 | 3B | 5D | 12 | 2A | 5 |
| Octal | 21 | 12 | 7 | 0 | 51 | 73 | 135 | 22 | 52 | 5 |
| Binary | 10001 | 1010 | 111 | 0 | 101001 | 111011 | 1011101 | 10010 | 101010 | 101 |
Color Harmonies of #110A07
Complementary color
Monochromatic Colors of #110A07
Black with #110A07
Text Example
Text Example
White with #110A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A07; }
p { color: rgb(17,10,7); }
H1.HeaderClassName
{
color: #110A07;
}
.AnyTagClassName
{
color: #110A07;
}
</style>
background-color css
<style>
a { background-color: #110A07; }
a { background-color: rgb(17,10,7); }
div.DivClassName
{
background-color: #110A07;
}
.BgClassName
{
background-color: #110A07;
}
</style>
border-color css
<style>
span { border-color: #110A07; }
span { border-color: rgb(17,10,7); }
td.TdClassName
{
border-color: #110A07;
}
.TagClassName
{
border-color: #110A07;
}
</style>