Shades of Black #110B03
Tints of Black #110B03
RGB
CMYK
RGB Variations
Color information
#110B03 (or 0x110B03) is known color: Black. HEX triplet: 11, 0B and 03. RGB value is (17,11,3). Sum of RGB (Red+Green+Blue) = 17+11+3=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B03 is #EEF4FC. Grayscale: #0B0B0B. Windows color (decimal): -15660285 or 199441. OLE color: 199441.
HSL color Cylindrical-coordinate representation of color #110B03: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110B03 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 3 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.93 |
| HSL | 34.29º | 0.7% | 0.04% | - |
| HSV(B) | 34.29º | 0.82% | 0.07% | - |
| XYZ | 0.37 | 0.37 | 0.14 | - |
| YUV | 11.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 3 | 0 | 0.35 | 0.82 | 0.93 | 34.29 | 0.7 | 0.04 |
| Hex | 11 | B | 3 | 0 | 23 | 52 | 5D | 22 | 46 | 4 |
| Octal | 21 | 13 | 3 | 0 | 43 | 122 | 135 | 42 | 106 | 4 |
| Binary | 10001 | 1011 | 11 | 0 | 100011 | 1010010 | 1011101 | 100010 | 1000110 | 100 |
Color Harmonies of #110B03
Complementary color
Monochromatic Colors of #110B03
Black with #110B03
Text Example
Text Example
White with #110B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B03; }
p { color: rgb(17,11,3); }
H1.HeaderClassName
{
color: #110B03;
}
.AnyTagClassName
{
color: #110B03;
}
</style>
background-color css
<style>
a { background-color: #110B03; }
a { background-color: rgb(17,11,3); }
div.DivClassName
{
background-color: #110B03;
}
.BgClassName
{
background-color: #110B03;
}
</style>
border-color css
<style>
span { border-color: #110B03; }
span { border-color: rgb(17,11,3); }
td.TdClassName
{
border-color: #110B03;
}
.TagClassName
{
border-color: #110B03;
}
</style>