Shades of Blackcurrant #210138
Tints of Blackcurrant #210138
RGB
CMYK
RGB Variations
Color information
#210138 (or 0x210138) is known color: Blackcurrant. HEX triplet: 21, 01 and 38. RGB value is (33,1,56). Sum of RGB (Red+Green+Blue) = 33+1+56=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #210138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210138 is #DEFEC7. Grayscale: #101010. Windows color (decimal): -14614216 or 3670305. OLE color: 3670305.
HSL color Cylindrical-coordinate representation of color #210138: hue angle of 274.91º degrees, saturation: 0.96, 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 #210138 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 1 | 56 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.78 |
| HSL | 274.91º | 0.96% | 0.11% | - |
| HSV(B) | 274.91º | 0.98% | 0.22% | - |
| XYZ | 1.35 | 0.63 | 3.79 | - |
| YUV | 16.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 56 | 0.41 | 0.98 | 0 | 0.78 | 274.91 | 0.96 | 0.11 |
| Hex | 21 | 1 | 38 | 29 | 62 | 0 | 4E | 113 | 60 | B |
| Octal | 41 | 1 | 70 | 51 | 142 | 0 | 116 | 423 | 140 | 13 |
| Binary | 100001 | 1 | 111000 | 101001 | 1100010 | 0 | 1001110 | 100010011 | 1100000 | 1011 |
Color Harmonies of #210138
Complementary color
Monochromatic Colors of #210138
Black with #210138
Text Example
Text Example
White with #210138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210138; }
p { color: rgb(33,1,56); }
H1.HeaderClassName
{
color: #210138;
}
.AnyTagClassName
{
color: #210138;
}
</style>
background-color css
<style>
a { background-color: #210138; }
a { background-color: rgb(33,1,56); }
div.DivClassName
{
background-color: #210138;
}
.BgClassName
{
background-color: #210138;
}
</style>
border-color css
<style>
span { border-color: #210138; }
span { border-color: rgb(33,1,56); }
td.TdClassName
{
border-color: #210138;
}
.TagClassName
{
border-color: #210138;
}
</style>