Shades of Blackcurrant #190E20
Tints of Blackcurrant #190E20
RGB
CMYK
RGB Variations
Color information
#190E20 (or 0x190E20) is known color: Blackcurrant. HEX triplet: 19, 0E and 20. RGB value is (25,14,32). Sum of RGB (Red+Green+Blue) = 25+14+32=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 32 - color contains mainly: blue. Hex color #190E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190E20 is #E6F1DF. Grayscale: #131313. Windows color (decimal): -15135200 or 2100761. OLE color: 2100761.
HSL color Cylindrical-coordinate representation of color #190E20: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190E20 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 14 | 32 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.87 |
| HSL | 276.67º | 0.39% | 0.09% | - |
| HSV(B) | 276.67º | 0.56% | 0.13% | - |
| XYZ | 0.82 | 0.63 | 1.44 | - |
| YUV | 19.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 32 | 0.22 | 0.56 | 0 | 0.87 | 276.67 | 0.39 | 0.09 |
| Hex | 19 | E | 20 | 16 | 38 | 0 | 57 | 115 | 27 | 9 |
| Octal | 31 | 16 | 40 | 26 | 70 | 0 | 127 | 425 | 47 | 11 |
| Binary | 11001 | 1110 | 100000 | 10110 | 111000 | 0 | 1010111 | 100010101 | 100111 | 1001 |
Color Harmonies of #190E20
Complementary color
Monochromatic Colors of #190E20
Black with #190E20
Text Example
Text Example
White with #190E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E20; }
p { color: rgb(25,14,32); }
H1.HeaderClassName
{
color: #190E20;
}
.AnyTagClassName
{
color: #190E20;
}
</style>
background-color css
<style>
a { background-color: #190E20; }
a { background-color: rgb(25,14,32); }
div.DivClassName
{
background-color: #190E20;
}
.BgClassName
{
background-color: #190E20;
}
</style>
border-color css
<style>
span { border-color: #190E20; }
span { border-color: rgb(25,14,32); }
td.TdClassName
{
border-color: #190E20;
}
.TagClassName
{
border-color: #190E20;
}
</style>