Shades of Blackcurrant #210C28
Tints of Blackcurrant #210C28
RGB
CMYK
RGB Variations
Color information
#210C28 (or 0x210C28) is known color: Blackcurrant. HEX triplet: 21, 0C and 28. RGB value is (33,12,40). Sum of RGB (Red+Green+Blue) = 33+12+40=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #210C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C28 is #DEF3D7. Grayscale: #151515. Windows color (decimal): -14611416 or 2624545. OLE color: 2624545.
HSL color Cylindrical-coordinate representation of color #210C28: hue angle of 285º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210C28 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 12 | 40 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.84 |
| HSL | 285º | 0.54% | 0.1% | - |
| HSV(B) | 285º | 0.7% | 0.16% | - |
| XYZ | 1.14 | 0.74 | 2.09 | - |
| YUV | 21.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 40 | 0.17 | 0.70 | 0 | 0.84 | 285 | 0.54 | 0.1 |
| Hex | 21 | C | 28 | 11 | 46 | 0 | 54 | 11D | 36 | A |
| Octal | 41 | 14 | 50 | 21 | 106 | 0 | 124 | 435 | 66 | 12 |
| Binary | 100001 | 1100 | 101000 | 10001 | 1000110 | 0 | 1010100 | 100011101 | 110110 | 1010 |
Color Harmonies of #210C28
Complementary color
Monochromatic Colors of #210C28
Black with #210C28
Text Example
Text Example
White with #210C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C28; }
p { color: rgb(33,12,40); }
H1.HeaderClassName
{
color: #210C28;
}
.AnyTagClassName
{
color: #210C28;
}
</style>
background-color css
<style>
a { background-color: #210C28; }
a { background-color: rgb(33,12,40); }
div.DivClassName
{
background-color: #210C28;
}
.BgClassName
{
background-color: #210C28;
}
</style>
border-color css
<style>
span { border-color: #210C28; }
span { border-color: rgb(33,12,40); }
td.TdClassName
{
border-color: #210C28;
}
.TagClassName
{
border-color: #210C28;
}
</style>