Shades of Blackcurrant #210132
Tints of Blackcurrant #210132
RGB
CMYK
RGB Variations
Color information
#210132 (or 0x210132) is known color: Blackcurrant. HEX triplet: 21, 01 and 32. RGB value is (33,1,50). Sum of RGB (Red+Green+Blue) = 33+1+50=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #210132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210132 is #DEFECD. Grayscale: #0F0F0F. Windows color (decimal): -14614222 or 3277089. OLE color: 3277089.
HSL color Cylindrical-coordinate representation of color #210132: hue angle of 279.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210132 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 1 | 50 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.80 |
| HSL | 279.18º | 0.96% | 0.1% | - |
| HSV(B) | 279.18º | 0.98% | 0.2% | - |
| XYZ | 1.21 | 0.58 | 3.06 | - |
| YUV | 16.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 50 | 0.34 | 0.98 | 0 | 0.80 | 279.18 | 0.96 | 0.1 |
| Hex | 21 | 1 | 32 | 22 | 62 | 0 | 50 | 117 | 60 | A |
| Octal | 41 | 1 | 62 | 42 | 142 | 0 | 120 | 427 | 140 | 12 |
| Binary | 100001 | 1 | 110010 | 100010 | 1100010 | 0 | 1010000 | 100010111 | 1100000 | 1010 |
Color Harmonies of #210132
Complementary color
Monochromatic Colors of #210132
Black with #210132
Text Example
Text Example
White with #210132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210132; }
p { color: rgb(33,1,50); }
H1.HeaderClassName
{
color: #210132;
}
.AnyTagClassName
{
color: #210132;
}
</style>
background-color css
<style>
a { background-color: #210132; }
a { background-color: rgb(33,1,50); }
div.DivClassName
{
background-color: #210132;
}
.BgClassName
{
background-color: #210132;
}
</style>
border-color css
<style>
span { border-color: #210132; }
span { border-color: rgb(33,1,50); }
td.TdClassName
{
border-color: #210132;
}
.TagClassName
{
border-color: #210132;
}
</style>