Shades of Black #110301
Tints of Black #110301
RGB
CMYK
RGB Variations
Color information
#110301 (or 0x110301) is known color: Black. HEX triplet: 11, 03 and 01. RGB value is (17,3,1). Sum of RGB (Red+Green+Blue) = 17+3+1=21 (2% of max value = 765). Red value is 17 (7.03% from 255 or 80.95% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 17 - color contains mainly: red. Hex color #110301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110301 is #EEFCFE. Grayscale: #060606. Windows color (decimal): -15662335 or 66321. OLE color: 66321.
HSL color Cylindrical-coordinate representation of color #110301: hue angle of 7.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110301 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 3 | 1 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.93 |
| HSL | 7.5º | 0.89% | 0.04% | - |
| HSV(B) | 7.5º | 0.94% | 0.07% | - |
| XYZ | 0.27 | 0.19 | 0.05 | - |
| YUV | 6.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 1 | 0 | 0.82 | 0.94 | 0.93 | 7.5 | 0.89 | 0.04 |
| Hex | 11 | 3 | 1 | 0 | 52 | 5E | 5D | 8 | 59 | 4 |
| Octal | 21 | 3 | 1 | 0 | 122 | 136 | 135 | 10 | 131 | 4 |
| Binary | 10001 | 11 | 1 | 0 | 1010010 | 1011110 | 1011101 | 1000 | 1011001 | 100 |
Color Harmonies of #110301
Complementary color
Monochromatic Colors of #110301
Black with #110301
Text Example
Text Example
White with #110301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110301; }
p { color: rgb(17,3,1); }
H1.HeaderClassName
{
color: #110301;
}
.AnyTagClassName
{
color: #110301;
}
</style>
background-color css
<style>
a { background-color: #110301; }
a { background-color: rgb(17,3,1); }
div.DivClassName
{
background-color: #110301;
}
.BgClassName
{
background-color: #110301;
}
</style>
border-color css
<style>
span { border-color: #110301; }
span { border-color: rgb(17,3,1); }
td.TdClassName
{
border-color: #110301;
}
.TagClassName
{
border-color: #110301;
}
</style>