Shades of Blackcurrant #110516
Tints of Blackcurrant #110516
RGB
CMYK
RGB Variations
Color information
#110516 (or 0x110516) is known color: Blackcurrant. HEX triplet: 11, 05 and 16. RGB value is (17,5,22). Sum of RGB (Red+Green+Blue) = 17+5+22=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #110516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110516 is #EEFAE9. Grayscale: #0A0A0A. Windows color (decimal): -15661802 or 1443089. OLE color: 1443089.
HSL color Cylindrical-coordinate representation of color #110516: hue angle of 282.35º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110516 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 5 | 22 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.91 |
| HSL | 282.35º | 0.63% | 0.05% | - |
| HSV(B) | 282.35º | 0.77% | 0.09% | - |
| XYZ | 0.43 | 0.29 | 0.79 | - |
| YUV | 10.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 22 | 0.23 | 0.77 | 0 | 0.91 | 282.35 | 0.63 | 0.05 |
| Hex | 11 | 5 | 16 | 17 | 4D | 0 | 5B | 11A | 3F | 5 |
| Octal | 21 | 5 | 26 | 27 | 115 | 0 | 133 | 432 | 77 | 5 |
| Binary | 10001 | 101 | 10110 | 10111 | 1001101 | 0 | 1011011 | 100011010 | 111111 | 101 |
Color Harmonies of #110516
Complementary color
Monochromatic Colors of #110516
Black with #110516
Text Example
Text Example
White with #110516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110516; }
p { color: rgb(17,5,22); }
H1.HeaderClassName
{
color: #110516;
}
.AnyTagClassName
{
color: #110516;
}
</style>
background-color css
<style>
a { background-color: #110516; }
a { background-color: rgb(17,5,22); }
div.DivClassName
{
background-color: #110516;
}
.BgClassName
{
background-color: #110516;
}
</style>
border-color css
<style>
span { border-color: #110516; }
span { border-color: rgb(17,5,22); }
td.TdClassName
{
border-color: #110516;
}
.TagClassName
{
border-color: #110516;
}
</style>