Shades of Blackcurrant #210445
Tints of Blackcurrant #210445
RGB
CMYK
RGB Variations
Color information
#210445 (or 0x210445) is known color: Blackcurrant. HEX triplet: 21, 04 and 45. RGB value is (33,4,69). Sum of RGB (Red+Green+Blue) = 33+4+69=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #210445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210445 is #DEFBBA. Grayscale: #131313. Windows color (decimal): -14613435 or 4523041. OLE color: 4523041.
HSL color Cylindrical-coordinate representation of color #210445: hue angle of 266.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210445 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 4 | 69 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.73 |
| HSL | 266.77º | 0.89% | 0.14% | - |
| HSV(B) | 266.77º | 0.94% | 0.27% | - |
| XYZ | 1.74 | 0.84 | 5.7 | - |
| YUV | 20.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 69 | 0.52 | 0.94 | 0 | 0.73 | 266.77 | 0.89 | 0.14 |
| Hex | 21 | 4 | 45 | 34 | 5E | 0 | 49 | 10B | 59 | E |
| Octal | 41 | 4 | 105 | 64 | 136 | 0 | 111 | 413 | 131 | 16 |
| Binary | 100001 | 100 | 1000101 | 110100 | 1011110 | 0 | 1001001 | 100001011 | 1011001 | 1110 |
Color Harmonies of #210445
Complementary color
Monochromatic Colors of #210445
Black with #210445
Text Example
Text Example
White with #210445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210445; }
p { color: rgb(33,4,69); }
H1.HeaderClassName
{
color: #210445;
}
.AnyTagClassName
{
color: #210445;
}
</style>
background-color css
<style>
a { background-color: #210445; }
a { background-color: rgb(33,4,69); }
div.DivClassName
{
background-color: #210445;
}
.BgClassName
{
background-color: #210445;
}
</style>
border-color css
<style>
span { border-color: #210445; }
span { border-color: rgb(33,4,69); }
td.TdClassName
{
border-color: #210445;
}
.TagClassName
{
border-color: #210445;
}
</style>