Shades of Blackcurrant #210443
Tints of Blackcurrant #210443
RGB
CMYK
RGB Variations
Color information
#210443 (or 0x210443) is known color: Blackcurrant. HEX triplet: 21, 04 and 43. RGB value is (33,4,67). Sum of RGB (Red+Green+Blue) = 33+4+67=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #210443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210443 is #DEFBBC. Grayscale: #131313. Windows color (decimal): -14613437 or 4391969. OLE color: 4391969.
HSL color Cylindrical-coordinate representation of color #210443: hue angle of 267.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210443 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 4 | 67 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.74 |
| HSL | 267.62º | 0.89% | 0.14% | - |
| HSV(B) | 267.62º | 0.94% | 0.26% | - |
| XYZ | 1.68 | 0.82 | 5.38 | - |
| YUV | 19.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 67 | 0.51 | 0.94 | 0 | 0.74 | 267.62 | 0.89 | 0.14 |
| Hex | 21 | 4 | 43 | 33 | 5E | 0 | 4A | 10C | 59 | E |
| Octal | 41 | 4 | 103 | 63 | 136 | 0 | 112 | 414 | 131 | 16 |
| Binary | 100001 | 100 | 1000011 | 110011 | 1011110 | 0 | 1001010 | 100001100 | 1011001 | 1110 |
Color Harmonies of #210443
Complementary color
Monochromatic Colors of #210443
Black with #210443
Text Example
Text Example
White with #210443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210443; }
p { color: rgb(33,4,67); }
H1.HeaderClassName
{
color: #210443;
}
.AnyTagClassName
{
color: #210443;
}
</style>
background-color css
<style>
a { background-color: #210443; }
a { background-color: rgb(33,4,67); }
div.DivClassName
{
background-color: #210443;
}
.BgClassName
{
background-color: #210443;
}
</style>
border-color css
<style>
span { border-color: #210443; }
span { border-color: rgb(33,4,67); }
td.TdClassName
{
border-color: #210443;
}
.TagClassName
{
border-color: #210443;
}
</style>