Shades of Blackcurrant #190621
Tints of Blackcurrant #190621
RGB
CMYK
RGB Variations
Color information
#190621 (or 0x190621) is known color: Blackcurrant. HEX triplet: 19, 06 and 21. RGB value is (25,6,33). Sum of RGB (Red+Green+Blue) = 25+6+33=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #190621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190621 is #E6F9DE. Grayscale: #0E0E0E. Windows color (decimal): -15137247 or 2164249. OLE color: 2164249.
HSL color Cylindrical-coordinate representation of color #190621: hue angle of 282.22º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #190621 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 6 | 33 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.87 |
| HSL | 282.22º | 0.69% | 0.08% | - |
| HSV(B) | 282.22º | 0.82% | 0.13% | - |
| XYZ | 0.74 | 0.45 | 1.49 | - |
| YUV | 14.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 33 | 0.24 | 0.82 | 0 | 0.87 | 282.22 | 0.69 | 0.08 |
| Hex | 19 | 6 | 21 | 18 | 52 | 0 | 57 | 11A | 45 | 8 |
| Octal | 31 | 6 | 41 | 30 | 122 | 0 | 127 | 432 | 105 | 10 |
| Binary | 11001 | 110 | 100001 | 11000 | 1010010 | 0 | 1010111 | 100011010 | 1000101 | 1000 |
Color Harmonies of #190621
Complementary color
Monochromatic Colors of #190621
Black with #190621
Text Example
Text Example
White with #190621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190621; }
p { color: rgb(25,6,33); }
H1.HeaderClassName
{
color: #190621;
}
.AnyTagClassName
{
color: #190621;
}
</style>
background-color css
<style>
a { background-color: #190621; }
a { background-color: rgb(25,6,33); }
div.DivClassName
{
background-color: #190621;
}
.BgClassName
{
background-color: #190621;
}
</style>
border-color css
<style>
span { border-color: #190621; }
span { border-color: rgb(25,6,33); }
td.TdClassName
{
border-color: #190621;
}
.TagClassName
{
border-color: #190621;
}
</style>