Shades of Blackcurrant #210938
Tints of Blackcurrant #210938
RGB
CMYK
RGB Variations
Color information
#210938 (or 0x210938) is known color: Blackcurrant. HEX triplet: 21, 09 and 38. RGB value is (33,9,56). Sum of RGB (Red+Green+Blue) = 33+9+56=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #210938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210938 is #DEF6C7. Grayscale: #151515. Windows color (decimal): -14612168 or 3672353. OLE color: 3672353.
HSL color Cylindrical-coordinate representation of color #210938: hue angle of 270.64º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210938 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 9 | 56 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.78 |
| HSL | 270.64º | 0.72% | 0.13% | - |
| HSV(B) | 270.64º | 0.84% | 0.22% | - |
| XYZ | 1.44 | 0.8 | 3.82 | - |
| YUV | 21.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 56 | 0.41 | 0.84 | 0 | 0.78 | 270.64 | 0.72 | 0.13 |
| Hex | 21 | 9 | 38 | 29 | 54 | 0 | 4E | 10F | 48 | D |
| Octal | 41 | 11 | 70 | 51 | 124 | 0 | 116 | 417 | 110 | 15 |
| Binary | 100001 | 1001 | 111000 | 101001 | 1010100 | 0 | 1001110 | 100001111 | 1001000 | 1101 |
Color Harmonies of #210938
Complementary color
Monochromatic Colors of #210938
Black with #210938
Text Example
Text Example
White with #210938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210938; }
p { color: rgb(33,9,56); }
H1.HeaderClassName
{
color: #210938;
}
.AnyTagClassName
{
color: #210938;
}
</style>
background-color css
<style>
a { background-color: #210938; }
a { background-color: rgb(33,9,56); }
div.DivClassName
{
background-color: #210938;
}
.BgClassName
{
background-color: #210938;
}
</style>
border-color css
<style>
span { border-color: #210938; }
span { border-color: rgb(33,9,56); }
td.TdClassName
{
border-color: #210938;
}
.TagClassName
{
border-color: #210938;
}
</style>