Shades of Black #110C08
Tints of Black #110C08
RGB
CMYK
RGB Variations
Color information
#110C08 (or 0x110C08) is known color: Black. HEX triplet: 11, 0C and 08. RGB value is (17,12,8). Sum of RGB (Red+Green+Blue) = 17+12+8=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #110C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C08 is #EEF3F7. Grayscale: #0D0D0D. Windows color (decimal): -15660024 or 527377. OLE color: 527377.
HSL color Cylindrical-coordinate representation of color #110C08: hue angle of 26.67º 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 #110C08 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 8 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.93 |
| HSL | 26.67º | 0.36% | 0.05% | - |
| HSV(B) | 26.67º | 0.53% | 0.07% | - |
| XYZ | 0.41 | 0.4 | 0.29 | - |
| YUV | 13.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 8 | 0 | 0.29 | 0.53 | 0.93 | 26.67 | 0.36 | 0.05 |
| Hex | 11 | C | 8 | 0 | 1D | 35 | 5D | 1B | 24 | 5 |
| Octal | 21 | 14 | 10 | 0 | 35 | 65 | 135 | 33 | 44 | 5 |
| Binary | 10001 | 1100 | 1000 | 0 | 11101 | 110101 | 1011101 | 11011 | 100100 | 101 |
Color Harmonies of #110C08
Complementary color
Monochromatic Colors of #110C08
Black with #110C08
Text Example
Text Example
White with #110C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C08; }
p { color: rgb(17,12,8); }
H1.HeaderClassName
{
color: #110C08;
}
.AnyTagClassName
{
color: #110C08;
}
</style>
background-color css
<style>
a { background-color: #110C08; }
a { background-color: rgb(17,12,8); }
div.DivClassName
{
background-color: #110C08;
}
.BgClassName
{
background-color: #110C08;
}
</style>
border-color css
<style>
span { border-color: #110C08; }
span { border-color: rgb(17,12,8); }
td.TdClassName
{
border-color: #110C08;
}
.TagClassName
{
border-color: #110C08;
}
</style>