Shades of Blackcurrant #210031
Tints of Blackcurrant #210031
RGB
CMYK
RGB Variations
Color information
#210031 (or 0x210031) is known color: Blackcurrant. HEX triplet: 21, 00 and 31. RGB value is (33,0,49). Sum of RGB (Red+Green+Blue) = 33+0+49=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #210031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210031 is #DEFFCE. Grayscale: #0F0F0F. Windows color (decimal): -14614479 or 3211297. OLE color: 3211297.
HSL color Cylindrical-coordinate representation of color #210031: hue angle of 280.41º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210031 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 0 | 49 | - |
| CMYK | 0.33 | 1 | 0 | 0.81 |
| HSL | 280.41º | 1% | 0.1% | - |
| HSV(B) | 280.41º | 1% | 0.19% | - |
| XYZ | 1.18 | 0.55 | 2.95 | - |
| YUV | 15.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 49 | 0.33 | 1 | 0 | 0.81 | 280.41 | 1 | 0.1 |
| Hex | 21 | 0 | 31 | 21 | 64 | 0 | 51 | 118 | 64 | A |
| Octal | 41 | 0 | 61 | 41 | 144 | 0 | 121 | 430 | 144 | 12 |
| Binary | 100001 | 0 | 110001 | 100001 | 1100100 | 0 | 1010001 | 100011000 | 1100100 | 1010 |
Color Harmonies of #210031
Complementary color
Monochromatic Colors of #210031
Black with #210031
Text Example
Text Example
White with #210031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210031; }
p { color: rgb(33,0,49); }
H1.HeaderClassName
{
color: #210031;
}
.AnyTagClassName
{
color: #210031;
}
</style>
background-color css
<style>
a { background-color: #210031; }
a { background-color: rgb(33,0,49); }
div.DivClassName
{
background-color: #210031;
}
.BgClassName
{
background-color: #210031;
}
</style>
border-color css
<style>
span { border-color: #210031; }
span { border-color: rgb(33,0,49); }
td.TdClassName
{
border-color: #210031;
}
.TagClassName
{
border-color: #210031;
}
</style>