Shades of Black #110C0C
Tints of Black #110C0C
RGB
CMYK
RGB Variations
Color information
#110C0C (or 0x110C0C) is known color: Black. HEX triplet: 11, 0C and 0C. RGB value is (17,12,12). Sum of RGB (Red+Green+Blue) = 17+12+12=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0C is #EEF3F3. Grayscale: #0D0D0D. Windows color (decimal): -15660020 or 789521. OLE color: 789521.
HSL color Cylindrical-coordinate representation of color #110C0C: hue angle of 0º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #110C0C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 12 | 12 | - |
CMYK | 0 | 0.29 | 0.29 | 0.93 |
HSL | 0º | 0.17% | 0.06% | - |
HSV(B) | 0º | 0.29% | 0.07% | - |
XYZ | 0.43 | 0.41 | 0.4 | - |
YUV | 13.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 12 | 12 | 0 | 0.29 | 0.29 | 0.93 | 0 | 0.17 | 0.06 |
Hex | 11 | C | C | 0 | 1D | 1D | 5D | 0 | 11 | 6 |
Octal | 21 | 14 | 14 | 0 | 35 | 35 | 135 | 0 | 21 | 6 |
Binary | 10001 | 1100 | 1100 | 0 | 11101 | 11101 | 1011101 | 0 | 10001 | 110 |
Color Harmonies of #110C0C
Complementary color
Monochromatic Colors of #110C0C
Black with #110C0C
Text Example
Text Example
White with #110C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C0C; }
p { color: rgb(17,12,12); }
H1.HeaderClassName
{
color: #110C0C;
}
.AnyTagClassName
{
color: #110C0C;
}
</style>
background-color css
<style>
a { background-color: #110C0C; }
a { background-color: rgb(17,12,12); }
div.DivClassName
{
background-color: #110C0C;
}
.BgClassName
{
background-color: #110C0C;
}
</style>
border-color css
<style>
span { border-color: #110C0C; }
span { border-color: rgb(17,12,12); }
td.TdClassName
{
border-color: #110C0C;
}
.TagClassName
{
border-color: #110C0C;
}
</style>