Shades of Black #110808
Tints of Black #110808
RGB
CMYK
RGB Variations
Color information
#110808 (or 0x110808) is known color: Black. HEX triplet: 11, 08 and 08. RGB value is (17,8,8). Sum of RGB (Red+Green+Blue) = 17+8+8=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110808 is #EEF7F7. Grayscale: #0A0A0A. Windows color (decimal): -15661048 or 526353. OLE color: 526353.
HSL color Cylindrical-coordinate representation of color #110808: hue angle of 0º 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 #110808 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 8 | 8 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.93 |
| HSL | 0º | 0.36% | 0.05% | - |
| HSV(B) | 0º | 0.53% | 0.07% | - |
| XYZ | 0.36 | 0.31 | 0.27 | - |
| YUV | 10.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 8 | 0 | 0.53 | 0.53 | 0.93 | 0 | 0.36 | 0.05 |
| Hex | 11 | 8 | 8 | 0 | 35 | 35 | 5D | 0 | 24 | 5 |
| Octal | 21 | 10 | 10 | 0 | 65 | 65 | 135 | 0 | 44 | 5 |
| Binary | 10001 | 1000 | 1000 | 0 | 110101 | 110101 | 1011101 | 0 | 100100 | 101 |
Color Harmonies of #110808
Complementary color
Monochromatic Colors of #110808
Black with #110808
Text Example
Text Example
White with #110808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110808; }
p { color: rgb(17,8,8); }
H1.HeaderClassName
{
color: #110808;
}
.AnyTagClassName
{
color: #110808;
}
</style>
background-color css
<style>
a { background-color: #110808; }
a { background-color: rgb(17,8,8); }
div.DivClassName
{
background-color: #110808;
}
.BgClassName
{
background-color: #110808;
}
</style>
border-color css
<style>
span { border-color: #110808; }
span { border-color: rgb(17,8,8); }
td.TdClassName
{
border-color: #110808;
}
.TagClassName
{
border-color: #110808;
}
</style>