Shades of Blackcurrant #190821
Tints of Blackcurrant #190821
RGB
CMYK
RGB Variations
Color information
#190821 (or 0x190821) is known color: Blackcurrant. HEX triplet: 19, 08 and 21. RGB value is (25,8,33). Sum of RGB (Red+Green+Blue) = 25+8+33=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #190821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190821 is #E6F7DE. Grayscale: #0F0F0F. Windows color (decimal): -15136735 or 2164761. OLE color: 2164761.
HSL color Cylindrical-coordinate representation of color #190821: hue angle of 280.8º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190821 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 8 | 33 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.87 |
| HSL | 280.8º | 0.61% | 0.08% | - |
| HSV(B) | 280.8º | 0.76% | 0.13% | - |
| XYZ | 0.76 | 0.49 | 1.49 | - |
| YUV | 15.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 33 | 0.24 | 0.76 | 0 | 0.87 | 280.8 | 0.61 | 0.08 |
| Hex | 19 | 8 | 21 | 18 | 4C | 0 | 57 | 119 | 3D | 8 |
| Octal | 31 | 10 | 41 | 30 | 114 | 0 | 127 | 431 | 75 | 10 |
| Binary | 11001 | 1000 | 100001 | 11000 | 1001100 | 0 | 1010111 | 100011001 | 111101 | 1000 |
Color Harmonies of #190821
Complementary color
Monochromatic Colors of #190821
Black with #190821
Text Example
Text Example
White with #190821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190821; }
p { color: rgb(25,8,33); }
H1.HeaderClassName
{
color: #190821;
}
.AnyTagClassName
{
color: #190821;
}
</style>
background-color css
<style>
a { background-color: #190821; }
a { background-color: rgb(25,8,33); }
div.DivClassName
{
background-color: #190821;
}
.BgClassName
{
background-color: #190821;
}
</style>
border-color css
<style>
span { border-color: #190821; }
span { border-color: rgb(25,8,33); }
td.TdClassName
{
border-color: #190821;
}
.TagClassName
{
border-color: #190821;
}
</style>