Shades of Black #110A08
Tints of Black #110A08
RGB
CMYK
RGB Variations
Color information
#110A08 (or 0x110A08) is known color: Black. HEX triplet: 11, 0A and 08. RGB value is (17,10,8). Sum of RGB (Red+Green+Blue) = 17+10+8=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A08 is #EEF5F7. Grayscale: #0B0B0B. Windows color (decimal): -15660536 or 526865. OLE color: 526865.
HSL color Cylindrical-coordinate representation of color #110A08: hue angle of 13.33º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #110A08 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 10 | 8 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.93 |
| HSL | 13.33º | 0.36% | 0.05% | - |
| HSV(B) | 13.33º | 0.53% | 0.07% | - |
| XYZ | 0.38 | 0.35 | 0.28 | - |
| YUV | 11.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 8 | 0 | 0.41 | 0.53 | 0.93 | 13.33 | 0.36 | 0.05 |
| Hex | 11 | A | 8 | 0 | 29 | 35 | 5D | D | 24 | 5 |
| Octal | 21 | 12 | 10 | 0 | 51 | 65 | 135 | 15 | 44 | 5 |
| Binary | 10001 | 1010 | 1000 | 0 | 101001 | 110101 | 1011101 | 1101 | 100100 | 101 |
Color Harmonies of #110A08
Complementary color
Monochromatic Colors of #110A08
Black with #110A08
Text Example
Text Example
White with #110A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A08; }
p { color: rgb(17,10,8); }
H1.HeaderClassName
{
color: #110A08;
}
.AnyTagClassName
{
color: #110A08;
}
</style>
background-color css
<style>
a { background-color: #110A08; }
a { background-color: rgb(17,10,8); }
div.DivClassName
{
background-color: #110A08;
}
.BgClassName
{
background-color: #110A08;
}
</style>
border-color css
<style>
span { border-color: #110A08; }
span { border-color: rgb(17,10,8); }
td.TdClassName
{
border-color: #110A08;
}
.TagClassName
{
border-color: #110A08;
}
</style>