Shades of Blackcurrant #210332
Tints of Blackcurrant #210332
RGB
CMYK
RGB Variations
Color information
#210332 (or 0x210332) is known color: Blackcurrant. HEX triplet: 21, 03 and 32. RGB value is (33,3,50). Sum of RGB (Red+Green+Blue) = 33+3+50=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #210332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210332 is #DEFCCD. Grayscale: #111111. Windows color (decimal): -14613710 or 3277601. OLE color: 3277601.
HSL color Cylindrical-coordinate representation of color #210332: hue angle of 278.3º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210332 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 3 | 50 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.80 |
| HSL | 278.3º | 0.89% | 0.1% | - |
| HSV(B) | 278.3º | 0.94% | 0.2% | - |
| XYZ | 1.24 | 0.62 | 3.07 | - |
| YUV | 17.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 50 | 0.34 | 0.94 | 0 | 0.80 | 278.3 | 0.89 | 0.1 |
| Hex | 21 | 3 | 32 | 22 | 5E | 0 | 50 | 116 | 59 | A |
| Octal | 41 | 3 | 62 | 42 | 136 | 0 | 120 | 426 | 131 | 12 |
| Binary | 100001 | 11 | 110010 | 100010 | 1011110 | 0 | 1010000 | 100010110 | 1011001 | 1010 |
Color Harmonies of #210332
Complementary color
Monochromatic Colors of #210332
Black with #210332
Text Example
Text Example
White with #210332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210332; }
p { color: rgb(33,3,50); }
H1.HeaderClassName
{
color: #210332;
}
.AnyTagClassName
{
color: #210332;
}
</style>
background-color css
<style>
a { background-color: #210332; }
a { background-color: rgb(33,3,50); }
div.DivClassName
{
background-color: #210332;
}
.BgClassName
{
background-color: #210332;
}
</style>
border-color css
<style>
span { border-color: #210332; }
span { border-color: rgb(33,3,50); }
td.TdClassName
{
border-color: #210332;
}
.TagClassName
{
border-color: #210332;
}
</style>