Shades of Blackcurrant #210628
Tints of Blackcurrant #210628
RGB
CMYK
RGB Variations
Color information
#210628 (or 0x210628) is known color: Blackcurrant. HEX triplet: 21, 06 and 28. RGB value is (33,6,40). Sum of RGB (Red+Green+Blue) = 33+6+40=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #210628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210628 is #DEF9D7. Grayscale: #111111. Windows color (decimal): -14612952 or 2623009. OLE color: 2623009.
HSL color Cylindrical-coordinate representation of color #210628: hue angle of 287.65º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210628 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 6 | 40 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.84 |
| HSL | 287.65º | 0.74% | 0.09% | - |
| HSV(B) | 287.65º | 0.85% | 0.16% | - |
| XYZ | 1.08 | 0.61 | 2.07 | - |
| YUV | 17.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 40 | 0.17 | 0.85 | 0 | 0.84 | 287.65 | 0.74 | 0.09 |
| Hex | 21 | 6 | 28 | 11 | 55 | 0 | 54 | 120 | 4A | 9 |
| Octal | 41 | 6 | 50 | 21 | 125 | 0 | 124 | 440 | 112 | 11 |
| Binary | 100001 | 110 | 101000 | 10001 | 1010101 | 0 | 1010100 | 100100000 | 1001010 | 1001 |
Color Harmonies of #210628
Complementary color
Monochromatic Colors of #210628
Black with #210628
Text Example
Text Example
White with #210628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210628; }
p { color: rgb(33,6,40); }
H1.HeaderClassName
{
color: #210628;
}
.AnyTagClassName
{
color: #210628;
}
</style>
background-color css
<style>
a { background-color: #210628; }
a { background-color: rgb(33,6,40); }
div.DivClassName
{
background-color: #210628;
}
.BgClassName
{
background-color: #210628;
}
</style>
border-color css
<style>
span { border-color: #210628; }
span { border-color: rgb(33,6,40); }
td.TdClassName
{
border-color: #210628;
}
.TagClassName
{
border-color: #210628;
}
</style>