Shades of Blackcurrant #161319
Tints of Blackcurrant #161319
RGB
CMYK
RGB Variations
Color information
#161319 (or 0x161319) is known color: Blackcurrant. HEX triplet: 16, 13 and 19. RGB value is (22,19,25). Sum of RGB (Red+Green+Blue) = 22+19+25=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #161319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161319 is #E9ECE6. Grayscale: #141414. Windows color (decimal): -15330535 or 1643286. OLE color: 1643286.
HSL color Cylindrical-coordinate representation of color #161319: hue angle of 270º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #161319 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 19 | 25 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.90 |
| HSL | 270º | 0.14% | 0.09% | - |
| HSV(B) | 270º | 0.24% | 0.1% | - |
| XYZ | 0.74 | 0.71 | 1.02 | - |
| YUV | 20.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 25 | 0.12 | 0.24 | 0 | 0.90 | 270 | 0.14 | 0.09 |
| Hex | 16 | 13 | 19 | C | 18 | 0 | 5A | 10E | E | 9 |
| Octal | 26 | 23 | 31 | 14 | 30 | 0 | 132 | 416 | 16 | 11 |
| Binary | 10110 | 10011 | 11001 | 1100 | 11000 | 0 | 1011010 | 100001110 | 1110 | 1001 |
Color Harmonies of #161319
Complementary color
Monochromatic Colors of #161319
Black with #161319
Text Example
Text Example
White with #161319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161319; }
p { color: rgb(22,19,25); }
H1.HeaderClassName
{
color: #161319;
}
.AnyTagClassName
{
color: #161319;
}
</style>
background-color css
<style>
a { background-color: #161319; }
a { background-color: rgb(22,19,25); }
div.DivClassName
{
background-color: #161319;
}
.BgClassName
{
background-color: #161319;
}
</style>
border-color css
<style>
span { border-color: #161319; }
span { border-color: rgb(22,19,25); }
td.TdClassName
{
border-color: #161319;
}
.TagClassName
{
border-color: #161319;
}
</style>