Shades of Blackcurrant #210840
Tints of Blackcurrant #210840
RGB
CMYK
RGB Variations
Color information
#210840 (or 0x210840) is known color: Blackcurrant. HEX triplet: 21, 08 and 40. RGB value is (33,8,64). Sum of RGB (Red+Green+Blue) = 33+8+64=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #210840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210840 is #DEF7BF. Grayscale: #151515. Windows color (decimal): -14612416 or 4196385. OLE color: 4196385.
HSL color Cylindrical-coordinate representation of color #210840: hue angle of 266.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210840 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 8 | 64 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.75 |
| HSL | 266.79º | 0.78% | 0.14% | - |
| HSV(B) | 266.79º | 0.88% | 0.25% | - |
| XYZ | 1.64 | 0.87 | 4.93 | - |
| YUV | 21.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 64 | 0.48 | 0.87 | 0 | 0.75 | 266.79 | 0.78 | 0.14 |
| Hex | 21 | 8 | 40 | 30 | 57 | 0 | 4B | 10B | 4E | E |
| Octal | 41 | 10 | 100 | 60 | 127 | 0 | 113 | 413 | 116 | 16 |
| Binary | 100001 | 1000 | 1000000 | 110000 | 1010111 | 0 | 1001011 | 100001011 | 1001110 | 1110 |
Color Harmonies of #210840
Complementary color
Monochromatic Colors of #210840
Black with #210840
Text Example
Text Example
White with #210840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210840; }
p { color: rgb(33,8,64); }
H1.HeaderClassName
{
color: #210840;
}
.AnyTagClassName
{
color: #210840;
}
</style>
background-color css
<style>
a { background-color: #210840; }
a { background-color: rgb(33,8,64); }
div.DivClassName
{
background-color: #210840;
}
.BgClassName
{
background-color: #210840;
}
</style>
border-color css
<style>
span { border-color: #210840; }
span { border-color: rgb(33,8,64); }
td.TdClassName
{
border-color: #210840;
}
.TagClassName
{
border-color: #210840;
}
</style>