Shades of Blackcurrant #211029
Tints of Blackcurrant #211029
RGB
CMYK
RGB Variations
Color information
#211029 (or 0x211029) is known color: Blackcurrant. HEX triplet: 21, 10 and 29. RGB value is (33,16,41). Sum of RGB (Red+Green+Blue) = 33+16+41=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #211029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211029 is #DEEFD6. Grayscale: #171717. Windows color (decimal): -14610391 or 2691105. OLE color: 2691105.
HSL color Cylindrical-coordinate representation of color #211029: hue angle of 280.8º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211029 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 16 | 41 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.84 |
| HSL | 280.8º | 0.44% | 0.11% | - |
| HSV(B) | 280.8º | 0.61% | 0.16% | - |
| XYZ | 1.21 | 0.85 | 2.2 | - |
| YUV | 23.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 41 | 0.20 | 0.61 | 0 | 0.84 | 280.8 | 0.44 | 0.11 |
| Hex | 21 | 10 | 29 | 14 | 3D | 0 | 54 | 119 | 2C | B |
| Octal | 41 | 20 | 51 | 24 | 75 | 0 | 124 | 431 | 54 | 13 |
| Binary | 100001 | 10000 | 101001 | 10100 | 111101 | 0 | 1010100 | 100011001 | 101100 | 1011 |
Color Harmonies of #211029
Complementary color
Monochromatic Colors of #211029
Black with #211029
Text Example
Text Example
White with #211029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211029; }
p { color: rgb(33,16,41); }
H1.HeaderClassName
{
color: #211029;
}
.AnyTagClassName
{
color: #211029;
}
</style>
background-color css
<style>
a { background-color: #211029; }
a { background-color: rgb(33,16,41); }
div.DivClassName
{
background-color: #211029;
}
.BgClassName
{
background-color: #211029;
}
</style>
border-color css
<style>
span { border-color: #211029; }
span { border-color: rgb(33,16,41); }
td.TdClassName
{
border-color: #211029;
}
.TagClassName
{
border-color: #211029;
}
</style>