Shades of Blackcurrant #210442
Tints of Blackcurrant #210442
RGB
CMYK
RGB Variations
Color information
#210442 (or 0x210442) is known color: Blackcurrant. HEX triplet: 21, 04 and 42. RGB value is (33,4,66). Sum of RGB (Red+Green+Blue) = 33+4+66=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 66 (26.17% from 255 or 64.08% from 103); Max value from RGB is 66 - color contains mainly: blue. Hex color #210442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210442 is #DEFBBD. Grayscale: #131313. Windows color (decimal): -14613438 or 4326433. OLE color: 4326433.
HSL color Cylindrical-coordinate representation of color #210442: hue angle of 268.06º 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 #210442 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 4 | 66 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.74 |
| HSL | 268.06º | 0.89% | 0.14% | - |
| HSV(B) | 268.06º | 0.94% | 0.26% | - |
| XYZ | 1.65 | 0.8 | 5.22 | - |
| YUV | 19.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 66 | 0.5 | 0.94 | 0 | 0.74 | 268.06 | 0.89 | 0.14 |
| Hex | 21 | 4 | 42 | 32 | 5E | 0 | 4A | 10C | 59 | E |
| Octal | 41 | 4 | 102 | 62 | 136 | 0 | 112 | 414 | 131 | 16 |
| Binary | 100001 | 100 | 1000010 | 110010 | 1011110 | 0 | 1001010 | 100001100 | 1011001 | 1110 |
Color Harmonies of #210442
Complementary color
Monochromatic Colors of #210442
Black with #210442
Text Example
Text Example
White with #210442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210442; }
p { color: rgb(33,4,66); }
H1.HeaderClassName
{
color: #210442;
}
.AnyTagClassName
{
color: #210442;
}
</style>
background-color css
<style>
a { background-color: #210442; }
a { background-color: rgb(33,4,66); }
div.DivClassName
{
background-color: #210442;
}
.BgClassName
{
background-color: #210442;
}
</style>
border-color css
<style>
span { border-color: #210442; }
span { border-color: rgb(33,4,66); }
td.TdClassName
{
border-color: #210442;
}
.TagClassName
{
border-color: #210442;
}
</style>