Shades of Black #110B09
Tints of Black #110B09
RGB
CMYK
RGB Variations
Color information
#110B09 (or 0x110B09) is known color: Black. HEX triplet: 11, 0B and 09. RGB value is (17,11,9). Sum of RGB (Red+Green+Blue) = 17+11+9=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #110B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B09 is #EEF4F6. Grayscale: #0C0C0C. Windows color (decimal): -15660279 or 592657. OLE color: 592657.
HSL color Cylindrical-coordinate representation of color #110B09: hue angle of 15º 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 #110B09 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 9 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.93 |
| HSL | 15º | 0.31% | 0.05% | - |
| HSV(B) | 15º | 0.47% | 0.07% | - |
| XYZ | 0.4 | 0.38 | 0.31 | - |
| YUV | 12.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 9 | 0 | 0.35 | 0.47 | 0.93 | 15 | 0.31 | 0.05 |
| Hex | 11 | B | 9 | 0 | 23 | 2F | 5D | F | 1F | 5 |
| Octal | 21 | 13 | 11 | 0 | 43 | 57 | 135 | 17 | 37 | 5 |
| Binary | 10001 | 1011 | 1001 | 0 | 100011 | 101111 | 1011101 | 1111 | 11111 | 101 |
Color Harmonies of #110B09
Complementary color
Monochromatic Colors of #110B09
Black with #110B09
Text Example
Text Example
White with #110B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B09; }
p { color: rgb(17,11,9); }
H1.HeaderClassName
{
color: #110B09;
}
.AnyTagClassName
{
color: #110B09;
}
</style>
background-color css
<style>
a { background-color: #110B09; }
a { background-color: rgb(17,11,9); }
div.DivClassName
{
background-color: #110B09;
}
.BgClassName
{
background-color: #110B09;
}
</style>
border-color css
<style>
span { border-color: #110B09; }
span { border-color: rgb(17,11,9); }
td.TdClassName
{
border-color: #110B09;
}
.TagClassName
{
border-color: #110B09;
}
</style>