Shades of Blackcurrant #190921
Tints of Blackcurrant #190921
RGB
CMYK
RGB Variations
Color information
#190921 (or 0x190921) is known color: Blackcurrant. HEX triplet: 19, 09 and 21. RGB value is (25,9,33). Sum of RGB (Red+Green+Blue) = 25+9+33=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #190921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190921 is #E6F6DE. Grayscale: #101010. Windows color (decimal): -15136479 or 2165017. OLE color: 2165017.
HSL color Cylindrical-coordinate representation of color #190921: hue angle of 280º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #190921 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 9 | 33 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.87 |
| HSL | 280º | 0.57% | 0.08% | - |
| HSV(B) | 280º | 0.73% | 0.13% | - |
| XYZ | 0.77 | 0.51 | 1.5 | - |
| YUV | 16.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 33 | 0.24 | 0.73 | 0 | 0.87 | 280 | 0.57 | 0.08 |
| Hex | 19 | 9 | 21 | 18 | 49 | 0 | 57 | 118 | 39 | 8 |
| Octal | 31 | 11 | 41 | 30 | 111 | 0 | 127 | 430 | 71 | 10 |
| Binary | 11001 | 1001 | 100001 | 11000 | 1001001 | 0 | 1010111 | 100011000 | 111001 | 1000 |
Color Harmonies of #190921
Complementary color
Monochromatic Colors of #190921
Black with #190921
Text Example
Text Example
White with #190921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190921; }
p { color: rgb(25,9,33); }
H1.HeaderClassName
{
color: #190921;
}
.AnyTagClassName
{
color: #190921;
}
</style>
background-color css
<style>
a { background-color: #190921; }
a { background-color: rgb(25,9,33); }
div.DivClassName
{
background-color: #190921;
}
.BgClassName
{
background-color: #190921;
}
</style>
border-color css
<style>
span { border-color: #190921; }
span { border-color: rgb(25,9,33); }
td.TdClassName
{
border-color: #190921;
}
.TagClassName
{
border-color: #190921;
}
</style>