Shades of Blackcurrant #190020
Tints of Blackcurrant #190020
RGB
CMYK
RGB Variations
Color information
#190020 (or 0x190020) is known color: Blackcurrant. HEX triplet: 19, 00 and 20. RGB value is (25,0,32). Sum of RGB (Red+Green+Blue) = 25+0+32=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #190020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190020 is #E6FFDF. Grayscale: #0B0B0B. Windows color (decimal): -15138784 or 2097177. OLE color: 2097177.
HSL color Cylindrical-coordinate representation of color #190020: hue angle of 286.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190020 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 0 | 32 | - |
| CMYK | 0.22 | 1 | 0 | 0.87 |
| HSL | 286.88º | 1% | 0.06% | - |
| HSV(B) | 286.88º | 1% | 0.13% | - |
| XYZ | 0.66 | 0.31 | 1.39 | - |
| YUV | 11.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 32 | 0.22 | 1 | 0 | 0.87 | 286.88 | 1 | 0.06 |
| Hex | 19 | 0 | 20 | 16 | 64 | 0 | 57 | 11F | 64 | 6 |
| Octal | 31 | 0 | 40 | 26 | 144 | 0 | 127 | 437 | 144 | 6 |
| Binary | 11001 | 0 | 100000 | 10110 | 1100100 | 0 | 1010111 | 100011111 | 1100100 | 110 |
Color Harmonies of #190020
Complementary color
Monochromatic Colors of #190020
Black with #190020
Text Example
Text Example
White with #190020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190020; }
p { color: rgb(25,0,32); }
H1.HeaderClassName
{
color: #190020;
}
.AnyTagClassName
{
color: #190020;
}
</style>
background-color css
<style>
a { background-color: #190020; }
a { background-color: rgb(25,0,32); }
div.DivClassName
{
background-color: #190020;
}
.BgClassName
{
background-color: #190020;
}
</style>
border-color css
<style>
span { border-color: #190020; }
span { border-color: rgb(25,0,32); }
td.TdClassName
{
border-color: #190020;
}
.TagClassName
{
border-color: #190020;
}
</style>