Shades of Black #110B06
Tints of Black #110B06
RGB
CMYK
RGB Variations
Color information
#110B06 (or 0x110B06) is known color: Black. HEX triplet: 11, 0B and 06. RGB value is (17,11,6). Sum of RGB (Red+Green+Blue) = 17+11+6=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B06 is #EEF4F9. Grayscale: #0C0C0C. Windows color (decimal): -15660282 or 396049. OLE color: 396049.
HSL color Cylindrical-coordinate representation of color #110B06: hue angle of 27.27º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110B06 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 6 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.93 |
| HSL | 27.27º | 0.48% | 0.05% | - |
| HSV(B) | 27.27º | 0.65% | 0.07% | - |
| XYZ | 0.38 | 0.37 | 0.22 | - |
| YUV | 12.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 6 | 0 | 0.35 | 0.65 | 0.93 | 27.27 | 0.48 | 0.05 |
| Hex | 11 | B | 6 | 0 | 23 | 41 | 5D | 1B | 30 | 5 |
| Octal | 21 | 13 | 6 | 0 | 43 | 101 | 135 | 33 | 60 | 5 |
| Binary | 10001 | 1011 | 110 | 0 | 100011 | 1000001 | 1011101 | 11011 | 110000 | 101 |
Color Harmonies of #110B06
Complementary color
Monochromatic Colors of #110B06
Black with #110B06
Text Example
Text Example
White with #110B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B06; }
p { color: rgb(17,11,6); }
H1.HeaderClassName
{
color: #110B06;
}
.AnyTagClassName
{
color: #110B06;
}
</style>
background-color css
<style>
a { background-color: #110B06; }
a { background-color: rgb(17,11,6); }
div.DivClassName
{
background-color: #110B06;
}
.BgClassName
{
background-color: #110B06;
}
</style>
border-color css
<style>
span { border-color: #110B06; }
span { border-color: rgb(17,11,6); }
td.TdClassName
{
border-color: #110B06;
}
.TagClassName
{
border-color: #110B06;
}
</style>