Shades of Blackcurrant #211629
Tints of Blackcurrant #211629
RGB
CMYK
RGB Variations
Color information
#211629 (or 0x211629) is known color: Blackcurrant. HEX triplet: 21, 16 and 29. RGB value is (33,22,41). Sum of RGB (Red+Green+Blue) = 33+22+41=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #211629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211629 is #DEE9D6. Grayscale: #1B1B1B. Windows color (decimal): -14608855 or 2692641. OLE color: 2692641.
HSL color Cylindrical-coordinate representation of color #211629: hue angle of 274.74º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #211629 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 22 | 41 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.84 |
| HSL | 274.74º | 0.3% | 0.12% | - |
| HSV(B) | 274.74º | 0.46% | 0.16% | - |
| XYZ | 1.31 | 1.06 | 2.23 | - |
| YUV | 27.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 41 | 0.20 | 0.46 | 0 | 0.84 | 274.74 | 0.3 | 0.12 |
| Hex | 21 | 16 | 29 | 14 | 2E | 0 | 54 | 113 | 1E | C |
| Octal | 41 | 26 | 51 | 24 | 56 | 0 | 124 | 423 | 36 | 14 |
| Binary | 100001 | 10110 | 101001 | 10100 | 101110 | 0 | 1010100 | 100010011 | 11110 | 1100 |
Color Harmonies of #211629
Complementary color
Monochromatic Colors of #211629
Black with #211629
Text Example
Text Example
White with #211629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211629; }
p { color: rgb(33,22,41); }
H1.HeaderClassName
{
color: #211629;
}
.AnyTagClassName
{
color: #211629;
}
</style>
background-color css
<style>
a { background-color: #211629; }
a { background-color: rgb(33,22,41); }
div.DivClassName
{
background-color: #211629;
}
.BgClassName
{
background-color: #211629;
}
</style>
border-color css
<style>
span { border-color: #211629; }
span { border-color: rgb(33,22,41); }
td.TdClassName
{
border-color: #211629;
}
.TagClassName
{
border-color: #211629;
}
</style>