Shades of Blackcurrant #190720
Tints of Blackcurrant #190720
RGB
CMYK
RGB Variations
Color information
#190720 (or 0x190720) is known color: Blackcurrant. HEX triplet: 19, 07 and 20. RGB value is (25,7,32). Sum of RGB (Red+Green+Blue) = 25+7+32=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #190720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190720 is #E6F8DF. Grayscale: #0F0F0F. Windows color (decimal): -15136992 or 2098969. OLE color: 2098969.
HSL color Cylindrical-coordinate representation of color #190720: hue angle of 283.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #190720 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 7 | 32 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.87 |
| HSL | 283.2º | 0.64% | 0.08% | - |
| HSV(B) | 283.2º | 0.78% | 0.13% | - |
| XYZ | 0.74 | 0.46 | 1.42 | - |
| YUV | 15.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 32 | 0.22 | 0.78 | 0 | 0.87 | 283.2 | 0.64 | 0.08 |
| Hex | 19 | 7 | 20 | 16 | 4E | 0 | 57 | 11B | 40 | 8 |
| Octal | 31 | 7 | 40 | 26 | 116 | 0 | 127 | 433 | 100 | 10 |
| Binary | 11001 | 111 | 100000 | 10110 | 1001110 | 0 | 1010111 | 100011011 | 1000000 | 1000 |
Color Harmonies of #190720
Complementary color
Monochromatic Colors of #190720
Black with #190720
Text Example
Text Example
White with #190720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190720; }
p { color: rgb(25,7,32); }
H1.HeaderClassName
{
color: #190720;
}
.AnyTagClassName
{
color: #190720;
}
</style>
background-color css
<style>
a { background-color: #190720; }
a { background-color: rgb(25,7,32); }
div.DivClassName
{
background-color: #190720;
}
.BgClassName
{
background-color: #190720;
}
</style>
border-color css
<style>
span { border-color: #190720; }
span { border-color: rgb(25,7,32); }
td.TdClassName
{
border-color: #190720;
}
.TagClassName
{
border-color: #190720;
}
</style>