Shades of Blackcurrant #210139
Tints of Blackcurrant #210139
RGB
CMYK
RGB Variations
Color information
#210139 (or 0x210139) is known color: Blackcurrant. HEX triplet: 21, 01 and 39. RGB value is (33,1,57). Sum of RGB (Red+Green+Blue) = 33+1+57=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #210139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210139 is #DEFEC6. Grayscale: #101010. Windows color (decimal): -14614215 or 3735841. OLE color: 3735841.
HSL color Cylindrical-coordinate representation of color #210139: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210139 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 1 | 57 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.78 |
| HSL | 274.29º | 0.97% | 0.11% | - |
| HSV(B) | 274.29º | 0.98% | 0.22% | - |
| XYZ | 1.38 | 0.64 | 3.92 | - |
| YUV | 16.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 57 | 0.42 | 0.98 | 0 | 0.78 | 274.29 | 0.97 | 0.11 |
| Hex | 21 | 1 | 39 | 2A | 62 | 0 | 4E | 112 | 61 | B |
| Octal | 41 | 1 | 71 | 52 | 142 | 0 | 116 | 422 | 141 | 13 |
| Binary | 100001 | 1 | 111001 | 101010 | 1100010 | 0 | 1001110 | 100010010 | 1100001 | 1011 |
Color Harmonies of #210139
Complementary color
Monochromatic Colors of #210139
Black with #210139
Text Example
Text Example
White with #210139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210139; }
p { color: rgb(33,1,57); }
H1.HeaderClassName
{
color: #210139;
}
.AnyTagClassName
{
color: #210139;
}
</style>
background-color css
<style>
a { background-color: #210139; }
a { background-color: rgb(33,1,57); }
div.DivClassName
{
background-color: #210139;
}
.BgClassName
{
background-color: #210139;
}
</style>
border-color css
<style>
span { border-color: #210139; }
span { border-color: rgb(33,1,57); }
td.TdClassName
{
border-color: #210139;
}
.TagClassName
{
border-color: #210139;
}
</style>