Shades of Blackcurrant #210539
Tints of Blackcurrant #210539
RGB
CMYK
RGB Variations
Color information
#210539 (or 0x210539) is known color: Blackcurrant. HEX triplet: 21, 05 and 39. RGB value is (33,5,57). Sum of RGB (Red+Green+Blue) = 33+5+57=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #210539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210539 is #DEFAC6. Grayscale: #131313. Windows color (decimal): -14613191 or 3736865. OLE color: 3736865.
HSL color Cylindrical-coordinate representation of color #210539: hue angle of 272.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210539 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 5 | 57 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.78 |
| HSL | 272.31º | 0.84% | 0.12% | - |
| HSV(B) | 272.31º | 0.91% | 0.22% | - |
| XYZ | 1.42 | 0.73 | 3.94 | - |
| YUV | 19.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 57 | 0.42 | 0.91 | 0 | 0.78 | 272.31 | 0.84 | 0.12 |
| Hex | 21 | 5 | 39 | 2A | 5B | 0 | 4E | 110 | 54 | C |
| Octal | 41 | 5 | 71 | 52 | 133 | 0 | 116 | 420 | 124 | 14 |
| Binary | 100001 | 101 | 111001 | 101010 | 1011011 | 0 | 1001110 | 100010000 | 1010100 | 1100 |
Color Harmonies of #210539
Complementary color
Monochromatic Colors of #210539
Black with #210539
Text Example
Text Example
White with #210539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210539; }
p { color: rgb(33,5,57); }
H1.HeaderClassName
{
color: #210539;
}
.AnyTagClassName
{
color: #210539;
}
</style>
background-color css
<style>
a { background-color: #210539; }
a { background-color: rgb(33,5,57); }
div.DivClassName
{
background-color: #210539;
}
.BgClassName
{
background-color: #210539;
}
</style>
border-color css
<style>
span { border-color: #210539; }
span { border-color: rgb(33,5,57); }
td.TdClassName
{
border-color: #210539;
}
.TagClassName
{
border-color: #210539;
}
</style>