Shades of Blackcurrant #210449
Tints of Blackcurrant #210449
RGB
CMYK
RGB Variations
Color information
#210449 (or 0x210449) is known color: Blackcurrant. HEX triplet: 21, 04 and 49. RGB value is (33,4,73). Sum of RGB (Red+Green+Blue) = 33+4+73=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #210449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210449 is #DEFBB6. Grayscale: #141414. Windows color (decimal): -14613431 or 4785185. OLE color: 4785185.
HSL color Cylindrical-coordinate representation of color #210449: hue angle of 265.22º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210449 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 4 | 73 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.71 |
| HSL | 265.22º | 0.9% | 0.15% | - |
| HSV(B) | 265.22º | 0.95% | 0.29% | - |
| XYZ | 1.87 | 0.89 | 6.38 | - |
| YUV | 20.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 73 | 0.55 | 0.95 | 0 | 0.71 | 265.22 | 0.9 | 0.15 |
| Hex | 21 | 4 | 49 | 37 | 5F | 0 | 47 | 109 | 5A | F |
| Octal | 41 | 4 | 111 | 67 | 137 | 0 | 107 | 411 | 132 | 17 |
| Binary | 100001 | 100 | 1001001 | 110111 | 1011111 | 0 | 1000111 | 100001001 | 1011010 | 1111 |
Color Harmonies of #210449
Complementary color
Monochromatic Colors of #210449
Black with #210449
Text Example
Text Example
White with #210449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210449; }
p { color: rgb(33,4,73); }
H1.HeaderClassName
{
color: #210449;
}
.AnyTagClassName
{
color: #210449;
}
</style>
background-color css
<style>
a { background-color: #210449; }
a { background-color: rgb(33,4,73); }
div.DivClassName
{
background-color: #210449;
}
.BgClassName
{
background-color: #210449;
}
</style>
border-color css
<style>
span { border-color: #210449; }
span { border-color: rgb(33,4,73); }
td.TdClassName
{
border-color: #210449;
}
.TagClassName
{
border-color: #210449;
}
</style>