Shades of Black #110C09
Tints of Black #110C09
RGB
CMYK
RGB Variations
Color information
#110C09 (or 0x110C09) is known color: Black. HEX triplet: 11, 0C and 09. RGB value is (17,12,9). Sum of RGB (Red+Green+Blue) = 17+12+9=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #110C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C09 is #EEF3F6. Grayscale: #0D0D0D. Windows color (decimal): -15660023 or 592913. OLE color: 592913.
HSL color Cylindrical-coordinate representation of color #110C09: hue angle of 22.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #110C09 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 9 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.93 |
| HSL | 22.5º | 0.31% | 0.05% | - |
| HSV(B) | 22.5º | 0.47% | 0.07% | - |
| XYZ | 0.41 | 0.4 | 0.31 | - |
| YUV | 13.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 9 | 0 | 0.29 | 0.47 | 0.93 | 22.5 | 0.31 | 0.05 |
| Hex | 11 | C | 9 | 0 | 1D | 2F | 5D | 16 | 1F | 5 |
| Octal | 21 | 14 | 11 | 0 | 35 | 57 | 135 | 26 | 37 | 5 |
| Binary | 10001 | 1100 | 1001 | 0 | 11101 | 101111 | 1011101 | 10110 | 11111 | 101 |
Color Harmonies of #110C09
Complementary color
Monochromatic Colors of #110C09
Black with #110C09
Text Example
Text Example
White with #110C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C09; }
p { color: rgb(17,12,9); }
H1.HeaderClassName
{
color: #110C09;
}
.AnyTagClassName
{
color: #110C09;
}
</style>
background-color css
<style>
a { background-color: #110C09; }
a { background-color: rgb(17,12,9); }
div.DivClassName
{
background-color: #110C09;
}
.BgClassName
{
background-color: #110C09;
}
</style>
border-color css
<style>
span { border-color: #110C09; }
span { border-color: rgb(17,12,9); }
td.TdClassName
{
border-color: #110C09;
}
.TagClassName
{
border-color: #110C09;
}
</style>