Shades of Blackcurrant #190420
Tints of Blackcurrant #190420
RGB
CMYK
RGB Variations
Color information
#190420 (or 0x190420) is known color: Blackcurrant. HEX triplet: 19, 04 and 20. RGB value is (25,4,32). Sum of RGB (Red+Green+Blue) = 25+4+32=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #190420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190420 is #E6FBDF. Grayscale: #0D0D0D. Windows color (decimal): -15137760 or 2098201. OLE color: 2098201.
HSL color Cylindrical-coordinate representation of color #190420: hue angle of 285º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190420 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 4 | 32 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.87 |
| HSL | 285º | 0.78% | 0.07% | - |
| HSV(B) | 285º | 0.88% | 0.13% | - |
| XYZ | 0.71 | 0.4 | 1.41 | - |
| YUV | 13.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 32 | 0.22 | 0.87 | 0 | 0.87 | 285 | 0.78 | 0.07 |
| Hex | 19 | 4 | 20 | 16 | 57 | 0 | 57 | 11D | 4E | 7 |
| Octal | 31 | 4 | 40 | 26 | 127 | 0 | 127 | 435 | 116 | 7 |
| Binary | 11001 | 100 | 100000 | 10110 | 1010111 | 0 | 1010111 | 100011101 | 1001110 | 111 |
Color Harmonies of #190420
Complementary color
Monochromatic Colors of #190420
Black with #190420
Text Example
Text Example
White with #190420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190420; }
p { color: rgb(25,4,32); }
H1.HeaderClassName
{
color: #190420;
}
.AnyTagClassName
{
color: #190420;
}
</style>
background-color css
<style>
a { background-color: #190420; }
a { background-color: rgb(25,4,32); }
div.DivClassName
{
background-color: #190420;
}
.BgClassName
{
background-color: #190420;
}
</style>
border-color css
<style>
span { border-color: #190420; }
span { border-color: rgb(25,4,32); }
td.TdClassName
{
border-color: #190420;
}
.TagClassName
{
border-color: #190420;
}
</style>