Shades of Black #110B07
Tints of Black #110B07
RGB
CMYK
RGB Variations
Color information
#110B07 (or 0x110B07) is known color: Black. HEX triplet: 11, 0B and 07. RGB value is (17,11,7). Sum of RGB (Red+Green+Blue) = 17+11+7=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B07 is #EEF4F8. Grayscale: #0C0C0C. Windows color (decimal): -15660281 or 461585. OLE color: 461585.
HSL color Cylindrical-coordinate representation of color #110B07: hue angle of 24º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #110B07 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 7 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.93 |
| HSL | 24º | 0.42% | 0.05% | - |
| HSV(B) | 24º | 0.59% | 0.07% | - |
| XYZ | 0.39 | 0.37 | 0.25 | - |
| YUV | 12.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 7 | 0 | 0.35 | 0.59 | 0.93 | 24 | 0.42 | 0.05 |
| Hex | 11 | B | 7 | 0 | 23 | 3B | 5D | 18 | 2A | 5 |
| Octal | 21 | 13 | 7 | 0 | 43 | 73 | 135 | 30 | 52 | 5 |
| Binary | 10001 | 1011 | 111 | 0 | 100011 | 111011 | 1011101 | 11000 | 101010 | 101 |
Color Harmonies of #110B07
Complementary color
Monochromatic Colors of #110B07
Black with #110B07
Text Example
Text Example
White with #110B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B07; }
p { color: rgb(17,11,7); }
H1.HeaderClassName
{
color: #110B07;
}
.AnyTagClassName
{
color: #110B07;
}
</style>
background-color css
<style>
a { background-color: #110B07; }
a { background-color: rgb(17,11,7); }
div.DivClassName
{
background-color: #110B07;
}
.BgClassName
{
background-color: #110B07;
}
</style>
border-color css
<style>
span { border-color: #110B07; }
span { border-color: rgb(17,11,7); }
td.TdClassName
{
border-color: #110B07;
}
.TagClassName
{
border-color: #110B07;
}
</style>