Shades of Blackcurrant #210029
Tints of Blackcurrant #210029
RGB
CMYK
RGB Variations
Color information
#210029 (or 0x210029) is known color: Blackcurrant. HEX triplet: 21, 00 and 29. RGB value is (33,0,41). Sum of RGB (Red+Green+Blue) = 33+0+41=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #210029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210029 is #DEFFD6. Grayscale: #0E0E0E. Windows color (decimal): -14614487 or 2687009. OLE color: 2687009.
HSL color Cylindrical-coordinate representation of color #210029: hue angle of 288.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210029 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 0 | 41 | - |
| CMYK | 0.20 | 1 | 0 | 0.84 |
| HSL | 288.29º | 1% | 0.08% | - |
| HSV(B) | 288.29º | 1% | 0.16% | - |
| XYZ | 1.03 | 0.48 | 2.14 | - |
| YUV | 14.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 41 | 0.20 | 1 | 0 | 0.84 | 288.29 | 1 | 0.08 |
| Hex | 21 | 0 | 29 | 14 | 64 | 0 | 54 | 120 | 64 | 8 |
| Octal | 41 | 0 | 51 | 24 | 144 | 0 | 124 | 440 | 144 | 10 |
| Binary | 100001 | 0 | 101001 | 10100 | 1100100 | 0 | 1010100 | 100100000 | 1100100 | 1000 |
Color Harmonies of #210029
Complementary color
Monochromatic Colors of #210029
Black with #210029
Text Example
Text Example
White with #210029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210029; }
p { color: rgb(33,0,41); }
H1.HeaderClassName
{
color: #210029;
}
.AnyTagClassName
{
color: #210029;
}
</style>
background-color css
<style>
a { background-color: #210029; }
a { background-color: rgb(33,0,41); }
div.DivClassName
{
background-color: #210029;
}
.BgClassName
{
background-color: #210029;
}
</style>
border-color css
<style>
span { border-color: #210029; }
span { border-color: rgb(33,0,41); }
td.TdClassName
{
border-color: #210029;
}
.TagClassName
{
border-color: #210029;
}
</style>