Shades of Black #110B05
Tints of Black #110B05
RGB
CMYK
RGB Variations
Color information
#110B05 (or 0x110B05) is known color: Black. HEX triplet: 11, 0B and 05. RGB value is (17,11,5). Sum of RGB (Red+Green+Blue) = 17+11+5=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B05 is #EEF4FA. Grayscale: #0C0C0C. Windows color (decimal): -15660283 or 330513. OLE color: 330513.
HSL color Cylindrical-coordinate representation of color #110B05: hue angle of 30º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110B05 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 11 | 5 | - |
CMYK | 0 | 0.35 | 0.71 | 0.93 |
HSL | 30º | 0.55% | 0.04% | - |
HSV(B) | 30º | 0.71% | 0.07% | - |
XYZ | 0.38 | 0.37 | 0.19 | - |
YUV | 12.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 11 | 5 | 0 | 0.35 | 0.71 | 0.93 | 30 | 0.55 | 0.04 |
Hex | 11 | B | 5 | 0 | 23 | 47 | 5D | 1E | 37 | 4 |
Octal | 21 | 13 | 5 | 0 | 43 | 107 | 135 | 36 | 67 | 4 |
Binary | 10001 | 1011 | 101 | 0 | 100011 | 1000111 | 1011101 | 11110 | 110111 | 100 |
Color Harmonies of #110B05
Complementary color
Monochromatic Colors of #110B05
Black with #110B05
Text Example
Text Example
White with #110B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B05; }
p { color: rgb(17,11,5); }
H1.HeaderClassName
{
color: #110B05;
}
.AnyTagClassName
{
color: #110B05;
}
</style>
background-color css
<style>
a { background-color: #110B05; }
a { background-color: rgb(17,11,5); }
div.DivClassName
{
background-color: #110B05;
}
.BgClassName
{
background-color: #110B05;
}
</style>
border-color css
<style>
span { border-color: #110B05; }
span { border-color: rgb(17,11,5); }
td.TdClassName
{
border-color: #110B05;
}
.TagClassName
{
border-color: #110B05;
}
</style>