Shades of Blackcurrant #190F20
Tints of Blackcurrant #190F20
RGB
CMYK
RGB Variations
Color information
#190F20 (or 0x190F20) is known color: Blackcurrant. HEX triplet: 19, 0F and 20. RGB value is (25,15,32). Sum of RGB (Red+Green+Blue) = 25+15+32=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #190F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F20 is #E6F0DF. Grayscale: #131313. Windows color (decimal): -15134944 or 2101017. OLE color: 2101017.
HSL color Cylindrical-coordinate representation of color #190F20: hue angle of 275.29º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #190F20 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 15 | 32 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.87 |
| HSL | 275.29º | 0.36% | 0.09% | - |
| HSV(B) | 275.29º | 0.53% | 0.13% | - |
| XYZ | 0.83 | 0.65 | 1.45 | - |
| YUV | 19.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 32 | 0.22 | 0.53 | 0 | 0.87 | 275.29 | 0.36 | 0.09 |
| Hex | 19 | F | 20 | 16 | 35 | 0 | 57 | 113 | 24 | 9 |
| Octal | 31 | 17 | 40 | 26 | 65 | 0 | 127 | 423 | 44 | 11 |
| Binary | 11001 | 1111 | 100000 | 10110 | 110101 | 0 | 1010111 | 100010011 | 100100 | 1001 |
Color Harmonies of #190F20
Complementary color
Monochromatic Colors of #190F20
Black with #190F20
Text Example
Text Example
White with #190F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F20; }
p { color: rgb(25,15,32); }
H1.HeaderClassName
{
color: #190F20;
}
.AnyTagClassName
{
color: #190F20;
}
</style>
background-color css
<style>
a { background-color: #190F20; }
a { background-color: rgb(25,15,32); }
div.DivClassName
{
background-color: #190F20;
}
.BgClassName
{
background-color: #190F20;
}
</style>
border-color css
<style>
span { border-color: #190F20; }
span { border-color: rgb(25,15,32); }
td.TdClassName
{
border-color: #190F20;
}
.TagClassName
{
border-color: #190F20;
}
</style>