Shades of Blackcurrant #210540
Tints of Blackcurrant #210540
RGB
CMYK
RGB Variations
Color information
#210540 (or 0x210540) is known color: Blackcurrant. HEX triplet: 21, 05 and 40. RGB value is (33,5,64). Sum of RGB (Red+Green+Blue) = 33+5+64=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #210540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210540 is #DEFABF. Grayscale: #131313. Windows color (decimal): -14613184 or 4195617. OLE color: 4195617.
HSL color Cylindrical-coordinate representation of color #210540: hue angle of 268.47º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210540 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 5 | 64 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.75 |
| HSL | 268.47º | 0.86% | 0.14% | - |
| HSV(B) | 268.47º | 0.92% | 0.25% | - |
| XYZ | 1.61 | 0.8 | 4.92 | - |
| YUV | 20.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 64 | 0.48 | 0.92 | 0 | 0.75 | 268.47 | 0.86 | 0.14 |
| Hex | 21 | 5 | 40 | 30 | 5C | 0 | 4B | 10C | 56 | E |
| Octal | 41 | 5 | 100 | 60 | 134 | 0 | 113 | 414 | 126 | 16 |
| Binary | 100001 | 101 | 1000000 | 110000 | 1011100 | 0 | 1001011 | 100001100 | 1010110 | 1110 |
Color Harmonies of #210540
Complementary color
Monochromatic Colors of #210540
Black with #210540
Text Example
Text Example
White with #210540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210540; }
p { color: rgb(33,5,64); }
H1.HeaderClassName
{
color: #210540;
}
.AnyTagClassName
{
color: #210540;
}
</style>
background-color css
<style>
a { background-color: #210540; }
a { background-color: rgb(33,5,64); }
div.DivClassName
{
background-color: #210540;
}
.BgClassName
{
background-color: #210540;
}
</style>
border-color css
<style>
span { border-color: #210540; }
span { border-color: rgb(33,5,64); }
td.TdClassName
{
border-color: #210540;
}
.TagClassName
{
border-color: #210540;
}
</style>