Shades of Blackcurrant #210648
Tints of Blackcurrant #210648
RGB
CMYK
RGB Variations
Color information
#210648 (or 0x210648) is known color: Blackcurrant. HEX triplet: 21, 06 and 48. RGB value is (33,6,72). Sum of RGB (Red+Green+Blue) = 33+6+72=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #210648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210648 is #DEF9B7. Grayscale: #151515. Windows color (decimal): -14612920 or 4720161. OLE color: 4720161.
HSL color Cylindrical-coordinate representation of color #210648: hue angle of 264.55º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210648 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 6 | 72 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.72 |
| HSL | 264.55º | 0.85% | 0.15% | - |
| HSV(B) | 264.55º | 0.92% | 0.28% | - |
| XYZ | 1.86 | 0.92 | 6.21 | - |
| YUV | 21.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 72 | 0.54 | 0.92 | 0 | 0.72 | 264.55 | 0.85 | 0.15 |
| Hex | 21 | 6 | 48 | 36 | 5C | 0 | 48 | 109 | 55 | F |
| Octal | 41 | 6 | 110 | 66 | 134 | 0 | 110 | 411 | 125 | 17 |
| Binary | 100001 | 110 | 1001000 | 110110 | 1011100 | 0 | 1001000 | 100001001 | 1010101 | 1111 |
Color Harmonies of #210648
Complementary color
Monochromatic Colors of #210648
Black with #210648
Text Example
Text Example
White with #210648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210648; }
p { color: rgb(33,6,72); }
H1.HeaderClassName
{
color: #210648;
}
.AnyTagClassName
{
color: #210648;
}
</style>
background-color css
<style>
a { background-color: #210648; }
a { background-color: rgb(33,6,72); }
div.DivClassName
{
background-color: #210648;
}
.BgClassName
{
background-color: #210648;
}
</style>
border-color css
<style>
span { border-color: #210648; }
span { border-color: rgb(33,6,72); }
td.TdClassName
{
border-color: #210648;
}
.TagClassName
{
border-color: #210648;
}
</style>