Shades of Blackcurrant #190220
Tints of Blackcurrant #190220
RGB
CMYK
RGB Variations
Color information
#190220 (or 0x190220) is known color: Blackcurrant. HEX triplet: 19, 02 and 20. RGB value is (25,2,32). Sum of RGB (Red+Green+Blue) = 25+2+32=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #190220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190220 is #E6FDDF. Grayscale: #0C0C0C. Windows color (decimal): -15138272 or 2097689. OLE color: 2097689.
HSL color Cylindrical-coordinate representation of color #190220: hue angle of 286º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190220 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 2 | 32 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.87 |
| HSL | 286º | 0.88% | 0.07% | - |
| HSV(B) | 286º | 0.94% | 0.13% | - |
| XYZ | 0.68 | 0.35 | 1.4 | - |
| YUV | 12.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 32 | 0.22 | 0.94 | 0 | 0.87 | 286 | 0.88 | 0.07 |
| Hex | 19 | 2 | 20 | 16 | 5E | 0 | 57 | 11E | 58 | 7 |
| Octal | 31 | 2 | 40 | 26 | 136 | 0 | 127 | 436 | 130 | 7 |
| Binary | 11001 | 10 | 100000 | 10110 | 1011110 | 0 | 1010111 | 100011110 | 1011000 | 111 |
Color Harmonies of #190220
Complementary color
Monochromatic Colors of #190220
Black with #190220
Text Example
Text Example
White with #190220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190220; }
p { color: rgb(25,2,32); }
H1.HeaderClassName
{
color: #190220;
}
.AnyTagClassName
{
color: #190220;
}
</style>
background-color css
<style>
a { background-color: #190220; }
a { background-color: rgb(25,2,32); }
div.DivClassName
{
background-color: #190220;
}
.BgClassName
{
background-color: #190220;
}
</style>
border-color css
<style>
span { border-color: #190220; }
span { border-color: rgb(25,2,32); }
td.TdClassName
{
border-color: #190220;
}
.TagClassName
{
border-color: #190220;
}
</style>