Shades of Blackcurrant #160319
Tints of Blackcurrant #160319
RGB
CMYK
RGB Variations
Color information
#160319 (or 0x160319) is known color: Blackcurrant. HEX triplet: 16, 03 and 19. RGB value is (22,3,25). Sum of RGB (Red+Green+Blue) = 22+3+25=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #160319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160319 is #E9FCE6. Grayscale: #0B0B0B. Windows color (decimal): -15334631 or 1639190. OLE color: 1639190.
HSL color Cylindrical-coordinate representation of color #160319: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160319 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 3 | 25 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.90 |
| HSL | 291.82º | 0.79% | 0.05% | - |
| HSV(B) | 291.82º | 0.88% | 0.1% | - |
| XYZ | 0.54 | 0.31 | 0.95 | - |
| YUV | 11.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 25 | 0.12 | 0.88 | 0 | 0.90 | 291.82 | 0.79 | 0.05 |
| Hex | 16 | 3 | 19 | C | 58 | 0 | 5A | 124 | 4F | 5 |
| Octal | 26 | 3 | 31 | 14 | 130 | 0 | 132 | 444 | 117 | 5 |
| Binary | 10110 | 11 | 11001 | 1100 | 1011000 | 0 | 1011010 | 100100100 | 1001111 | 101 |
Color Harmonies of #160319
Complementary color
Monochromatic Colors of #160319
Black with #160319
Text Example
Text Example
White with #160319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160319; }
p { color: rgb(22,3,25); }
H1.HeaderClassName
{
color: #160319;
}
.AnyTagClassName
{
color: #160319;
}
</style>
background-color css
<style>
a { background-color: #160319; }
a { background-color: rgb(22,3,25); }
div.DivClassName
{
background-color: #160319;
}
.BgClassName
{
background-color: #160319;
}
</style>
border-color css
<style>
span { border-color: #160319; }
span { border-color: rgb(22,3,25); }
td.TdClassName
{
border-color: #160319;
}
.TagClassName
{
border-color: #160319;
}
</style>