Shades of Blackcurrant #190D20
Tints of Blackcurrant #190D20
RGB
CMYK
RGB Variations
Color information
#190D20 (or 0x190D20) is known color: Blackcurrant. HEX triplet: 19, 0D and 20. RGB value is (25,13,32). Sum of RGB (Red+Green+Blue) = 25+13+32=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 32 - color contains mainly: blue. Hex color #190D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D20 is #E6F2DF. Grayscale: #121212. Windows color (decimal): -15135456 or 2100505. OLE color: 2100505.
HSL color Cylindrical-coordinate representation of color #190D20: hue angle of 277.89º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #190D20 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 13 | 32 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.87 |
| HSL | 277.89º | 0.42% | 0.09% | - |
| HSV(B) | 277.89º | 0.59% | 0.13% | - |
| XYZ | 0.81 | 0.6 | 1.44 | - |
| YUV | 18.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 32 | 0.22 | 0.59 | 0 | 0.87 | 277.89 | 0.42 | 0.09 |
| Hex | 19 | D | 20 | 16 | 3B | 0 | 57 | 116 | 2A | 9 |
| Octal | 31 | 15 | 40 | 26 | 73 | 0 | 127 | 426 | 52 | 11 |
| Binary | 11001 | 1101 | 100000 | 10110 | 111011 | 0 | 1010111 | 100010110 | 101010 | 1001 |
Color Harmonies of #190D20
Complementary color
Monochromatic Colors of #190D20
Black with #190D20
Text Example
Text Example
White with #190D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D20; }
p { color: rgb(25,13,32); }
H1.HeaderClassName
{
color: #190D20;
}
.AnyTagClassName
{
color: #190D20;
}
</style>
background-color css
<style>
a { background-color: #190D20; }
a { background-color: rgb(25,13,32); }
div.DivClassName
{
background-color: #190D20;
}
.BgClassName
{
background-color: #190D20;
}
</style>
border-color css
<style>
span { border-color: #190D20; }
span { border-color: rgb(25,13,32); }
td.TdClassName
{
border-color: #190D20;
}
.TagClassName
{
border-color: #190D20;
}
</style>