Shades of Blackcurrant #160519
Tints of Blackcurrant #160519
RGB
CMYK
RGB Variations
Color information
#160519 (or 0x160519) is known color: Blackcurrant. HEX triplet: 16, 05 and 19. RGB value is (22,5,25). Sum of RGB (Red+Green+Blue) = 22+5+25=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #160519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160519 is #E9FAE6. Grayscale: #0C0C0C. Windows color (decimal): -15334119 or 1639702. OLE color: 1639702.
HSL color Cylindrical-coordinate representation of color #160519: hue angle of 291º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #160519 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 5 | 25 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.90 |
| HSL | 291º | 0.67% | 0.06% | - |
| HSV(B) | 291º | 0.8% | 0.1% | - |
| XYZ | 0.56 | 0.35 | 0.96 | - |
| YUV | 12.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 25 | 0.12 | 0.80 | 0 | 0.90 | 291 | 0.67 | 0.06 |
| Hex | 16 | 5 | 19 | C | 50 | 0 | 5A | 123 | 43 | 6 |
| Octal | 26 | 5 | 31 | 14 | 120 | 0 | 132 | 443 | 103 | 6 |
| Binary | 10110 | 101 | 11001 | 1100 | 1010000 | 0 | 1011010 | 100100011 | 1000011 | 110 |
Color Harmonies of #160519
Complementary color
Monochromatic Colors of #160519
Black with #160519
Text Example
Text Example
White with #160519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160519; }
p { color: rgb(22,5,25); }
H1.HeaderClassName
{
color: #160519;
}
.AnyTagClassName
{
color: #160519;
}
</style>
background-color css
<style>
a { background-color: #160519; }
a { background-color: rgb(22,5,25); }
div.DivClassName
{
background-color: #160519;
}
.BgClassName
{
background-color: #160519;
}
</style>
border-color css
<style>
span { border-color: #160519; }
span { border-color: rgb(22,5,25); }
td.TdClassName
{
border-color: #160519;
}
.TagClassName
{
border-color: #160519;
}
</style>