Shades of Blackcurrant #211532
Tints of Blackcurrant #211532
RGB
CMYK
RGB Variations
Color information
#211532 (or 0x211532) is known color: Blackcurrant. HEX triplet: 21, 15 and 32. RGB value is (33,21,50). Sum of RGB (Red+Green+Blue) = 33+21+50=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #211532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211532 is #DEEACD. Grayscale: #1B1B1B. Windows color (decimal): -14609102 or 3282209. OLE color: 3282209.
HSL color Cylindrical-coordinate representation of color #211532: hue angle of 264.83º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211532 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 21 | 50 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.80 |
| HSL | 264.83º | 0.41% | 0.14% | - |
| HSV(B) | 264.83º | 0.58% | 0.2% | - |
| XYZ | 1.47 | 1.09 | 3.15 | - |
| YUV | 27.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 50 | 0.34 | 0.58 | 0 | 0.80 | 264.83 | 0.41 | 0.14 |
| Hex | 21 | 15 | 32 | 22 | 3A | 0 | 50 | 109 | 29 | E |
| Octal | 41 | 25 | 62 | 42 | 72 | 0 | 120 | 411 | 51 | 16 |
| Binary | 100001 | 10101 | 110010 | 100010 | 111010 | 0 | 1010000 | 100001001 | 101001 | 1110 |
Color Harmonies of #211532
Complementary color
Monochromatic Colors of #211532
Black with #211532
Text Example
Text Example
White with #211532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211532; }
p { color: rgb(33,21,50); }
H1.HeaderClassName
{
color: #211532;
}
.AnyTagClassName
{
color: #211532;
}
</style>
background-color css
<style>
a { background-color: #211532; }
a { background-color: rgb(33,21,50); }
div.DivClassName
{
background-color: #211532;
}
.BgClassName
{
background-color: #211532;
}
</style>
border-color css
<style>
span { border-color: #211532; }
span { border-color: rgb(33,21,50); }
td.TdClassName
{
border-color: #211532;
}
.TagClassName
{
border-color: #211532;
}
</style>