Shades of Blackcurrant #210032
Tints of Blackcurrant #210032
RGB
CMYK
RGB Variations
Color information
#210032 (or 0x210032) is known color: Blackcurrant. HEX triplet: 21, 00 and 32. RGB value is (33,0,50). Sum of RGB (Red+Green+Blue) = 33+0+50=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #210032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210032 is #DEFFCD. Grayscale: #0F0F0F. Windows color (decimal): -14614478 or 3276833. OLE color: 3276833.
HSL color Cylindrical-coordinate representation of color #210032: hue angle of 279.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210032 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 0 | 50 | - |
| CMYK | 0.34 | 1 | 0 | 0.80 |
| HSL | 279.6º | 1% | 0.1% | - |
| HSV(B) | 279.6º | 1% | 0.2% | - |
| XYZ | 1.2 | 0.55 | 3.06 | - |
| YUV | 15.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 50 | 0.34 | 1 | 0 | 0.80 | 279.6 | 1 | 0.1 |
| Hex | 21 | 0 | 32 | 22 | 64 | 0 | 50 | 118 | 64 | A |
| Octal | 41 | 0 | 62 | 42 | 144 | 0 | 120 | 430 | 144 | 12 |
| Binary | 100001 | 0 | 110010 | 100010 | 1100100 | 0 | 1010000 | 100011000 | 1100100 | 1010 |
Color Harmonies of #210032
Complementary color
Monochromatic Colors of #210032
Black with #210032
Text Example
Text Example
White with #210032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210032; }
p { color: rgb(33,0,50); }
H1.HeaderClassName
{
color: #210032;
}
.AnyTagClassName
{
color: #210032;
}
</style>
background-color css
<style>
a { background-color: #210032; }
a { background-color: rgb(33,0,50); }
div.DivClassName
{
background-color: #210032;
}
.BgClassName
{
background-color: #210032;
}
</style>
border-color css
<style>
span { border-color: #210032; }
span { border-color: rgb(33,0,50); }
td.TdClassName
{
border-color: #210032;
}
.TagClassName
{
border-color: #210032;
}
</style>