Shades of Blackcurrant #211632
Tints of Blackcurrant #211632
RGB
CMYK
RGB Variations
Color information
#211632 (or 0x211632) is known color: Blackcurrant. HEX triplet: 21, 16 and 32. RGB value is (33,22,50). Sum of RGB (Red+Green+Blue) = 33+22+50=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #211632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211632 is #DEE9CD. Grayscale: #1C1C1C. Windows color (decimal): -14608846 or 3282465. OLE color: 3282465.
HSL color Cylindrical-coordinate representation of color #211632: hue angle of 263.57º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211632 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 22 | 50 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.80 |
| HSL | 263.57º | 0.39% | 0.14% | - |
| HSV(B) | 263.57º | 0.56% | 0.2% | - |
| XYZ | 1.49 | 1.13 | 3.16 | - |
| YUV | 28.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 50 | 0.34 | 0.56 | 0 | 0.80 | 263.57 | 0.39 | 0.14 |
| Hex | 21 | 16 | 32 | 22 | 38 | 0 | 50 | 108 | 27 | E |
| Octal | 41 | 26 | 62 | 42 | 70 | 0 | 120 | 410 | 47 | 16 |
| Binary | 100001 | 10110 | 110010 | 100010 | 111000 | 0 | 1010000 | 100001000 | 100111 | 1110 |
Color Harmonies of #211632
Complementary color
Monochromatic Colors of #211632
Black with #211632
Text Example
Text Example
White with #211632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211632; }
p { color: rgb(33,22,50); }
H1.HeaderClassName
{
color: #211632;
}
.AnyTagClassName
{
color: #211632;
}
</style>
background-color css
<style>
a { background-color: #211632; }
a { background-color: rgb(33,22,50); }
div.DivClassName
{
background-color: #211632;
}
.BgClassName
{
background-color: #211632;
}
</style>
border-color css
<style>
span { border-color: #211632; }
span { border-color: rgb(33,22,50); }
td.TdClassName
{
border-color: #211632;
}
.TagClassName
{
border-color: #211632;
}
</style>