Shades of Blackcurrant #210F28
Tints of Blackcurrant #210F28
RGB
CMYK
RGB Variations
Color information
#210F28 (or 0x210F28) is known color: Blackcurrant. HEX triplet: 21, 0F and 28. RGB value is (33,15,40). Sum of RGB (Red+Green+Blue) = 33+15+40=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #210F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F28 is #DEF0D7. Grayscale: #171717. Windows color (decimal): -14610648 or 2625313. OLE color: 2625313.
HSL color Cylindrical-coordinate representation of color #210F28: hue angle of 283.2º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #210F28 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 15 | 40 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.84 |
| HSL | 283.2º | 0.45% | 0.11% | - |
| HSV(B) | 283.2º | 0.63% | 0.16% | - |
| XYZ | 1.18 | 0.82 | 2.1 | - |
| YUV | 23.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 40 | 0.17 | 0.62 | 0 | 0.84 | 283.2 | 0.45 | 0.11 |
| Hex | 21 | F | 28 | 11 | 3E | 0 | 54 | 11B | 2D | B |
| Octal | 41 | 17 | 50 | 21 | 76 | 0 | 124 | 433 | 55 | 13 |
| Binary | 100001 | 1111 | 101000 | 10001 | 111110 | 0 | 1010100 | 100011011 | 101101 | 1011 |
Color Harmonies of #210F28
Complementary color
Monochromatic Colors of #210F28
Black with #210F28
Text Example
Text Example
White with #210F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F28; }
p { color: rgb(33,15,40); }
H1.HeaderClassName
{
color: #210F28;
}
.AnyTagClassName
{
color: #210F28;
}
</style>
background-color css
<style>
a { background-color: #210F28; }
a { background-color: rgb(33,15,40); }
div.DivClassName
{
background-color: #210F28;
}
.BgClassName
{
background-color: #210F28;
}
</style>
border-color css
<style>
span { border-color: #210F28; }
span { border-color: rgb(33,15,40); }
td.TdClassName
{
border-color: #210F28;
}
.TagClassName
{
border-color: #210F28;
}
</style>