Shades of Blackcurrant #210A40
Tints of Blackcurrant #210A40
RGB
CMYK
RGB Variations
Color information
#210A40 (or 0x210A40) is known color: Blackcurrant. HEX triplet: 21, 0A and 40. RGB value is (33,10,64). Sum of RGB (Red+Green+Blue) = 33+10+64=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #210A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A40 is #DEF5BF. Grayscale: #161616. Windows color (decimal): -14611904 or 4196897. OLE color: 4196897.
HSL color Cylindrical-coordinate representation of color #210A40: hue angle of 265.56º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210A40 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 10 | 64 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.75 |
| HSL | 265.56º | 0.73% | 0.15% | - |
| HSV(B) | 265.56º | 0.84% | 0.25% | - |
| XYZ | 1.66 | 0.91 | 4.94 | - |
| YUV | 23.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 64 | 0.48 | 0.84 | 0 | 0.75 | 265.56 | 0.73 | 0.15 |
| Hex | 21 | A | 40 | 30 | 54 | 0 | 4B | 10A | 49 | F |
| Octal | 41 | 12 | 100 | 60 | 124 | 0 | 113 | 412 | 111 | 17 |
| Binary | 100001 | 1010 | 1000000 | 110000 | 1010100 | 0 | 1001011 | 100001010 | 1001001 | 1111 |
Color Harmonies of #210A40
Complementary color
Monochromatic Colors of #210A40
Black with #210A40
Text Example
Text Example
White with #210A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A40; }
p { color: rgb(33,10,64); }
H1.HeaderClassName
{
color: #210A40;
}
.AnyTagClassName
{
color: #210A40;
}
</style>
background-color css
<style>
a { background-color: #210A40; }
a { background-color: rgb(33,10,64); }
div.DivClassName
{
background-color: #210A40;
}
.BgClassName
{
background-color: #210A40;
}
</style>
border-color css
<style>
span { border-color: #210A40; }
span { border-color: rgb(33,10,64); }
td.TdClassName
{
border-color: #210A40;
}
.TagClassName
{
border-color: #210A40;
}
</style>