Shades of Blackcurrant #210048
Tints of Blackcurrant #210048
RGB
CMYK
RGB Variations
Color information
#210048 (or 0x210048) is known color: Blackcurrant. HEX triplet: 21, 00 and 48. RGB value is (33,0,72). Sum of RGB (Red+Green+Blue) = 33+0+72=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #210048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210048 is #DEFFB7. Grayscale: #111111. Windows color (decimal): -14614456 or 4718625. OLE color: 4718625.
HSL color Cylindrical-coordinate representation of color #210048: hue angle of 267.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210048 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 0 | 72 | - |
| CMYK | 0.54 | 1 | 0 | 0.72 |
| HSL | 267.5º | 1% | 0.14% | - |
| HSV(B) | 267.5º | 1% | 0.28% | - |
| XYZ | 1.8 | 0.79 | 6.19 | - |
| YUV | 18.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 72 | 0.54 | 1 | 0 | 0.72 | 267.5 | 1 | 0.14 |
| Hex | 21 | 0 | 48 | 36 | 64 | 0 | 48 | 10C | 64 | E |
| Octal | 41 | 0 | 110 | 66 | 144 | 0 | 110 | 414 | 144 | 16 |
| Binary | 100001 | 0 | 1001000 | 110110 | 1100100 | 0 | 1001000 | 100001100 | 1100100 | 1110 |
Color Harmonies of #210048
Complementary color
Monochromatic Colors of #210048
Black with #210048
Text Example
Text Example
White with #210048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210048; }
p { color: rgb(33,0,72); }
H1.HeaderClassName
{
color: #210048;
}
.AnyTagClassName
{
color: #210048;
}
</style>
background-color css
<style>
a { background-color: #210048; }
a { background-color: rgb(33,0,72); }
div.DivClassName
{
background-color: #210048;
}
.BgClassName
{
background-color: #210048;
}
</style>
border-color css
<style>
span { border-color: #210048; }
span { border-color: rgb(33,0,72); }
td.TdClassName
{
border-color: #210048;
}
.TagClassName
{
border-color: #210048;
}
</style>