Shades of Blackcurrant #110513
Tints of Blackcurrant #110513
RGB
CMYK
RGB Variations
Color information
#110513 (or 0x110513) is known color: Blackcurrant. HEX triplet: 11, 05 and 13. RGB value is (17,5,19). Sum of RGB (Red+Green+Blue) = 17+5+19=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #110513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110513 is #EEFAEC. Grayscale: #0A0A0A. Windows color (decimal): -15661805 or 1246481. OLE color: 1246481.
HSL color Cylindrical-coordinate representation of color #110513: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #110513 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 19 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.93 |
| HSL | 291.43º | 0.58% | 0.05% | - |
| HSV(B) | 291.43º | 0.74% | 0.07% | - |
| XYZ | 0.4 | 0.27 | 0.65 | - |
| YUV | 10.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 19 | 0.11 | 0.74 | 0 | 0.93 | 291.43 | 0.58 | 0.05 |
| Hex | 11 | 5 | 13 | B | 4A | 0 | 5D | 123 | 3A | 5 |
| Octal | 21 | 5 | 23 | 13 | 112 | 0 | 135 | 443 | 72 | 5 |
| Binary | 10001 | 101 | 10011 | 1011 | 1001010 | 0 | 1011101 | 100100011 | 111010 | 101 |
Color Harmonies of #110513
Complementary color
Monochromatic Colors of #110513
Black with #110513
Text Example
Text Example
White with #110513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110513; }
p { color: rgb(17,5,19); }
H1.HeaderClassName
{
color: #110513;
}
.AnyTagClassName
{
color: #110513;
}
</style>
background-color css
<style>
a { background-color: #110513; }
a { background-color: rgb(17,5,19); }
div.DivClassName
{
background-color: #110513;
}
.BgClassName
{
background-color: #110513;
}
</style>
border-color css
<style>
span { border-color: #110513; }
span { border-color: rgb(17,5,19); }
td.TdClassName
{
border-color: #110513;
}
.TagClassName
{
border-color: #110513;
}
</style>