Shades of Blackcurrant #210D24
Tints of Blackcurrant #210D24
RGB
CMYK
RGB Variations
Color information
#210D24 (or 0x210D24) is known color: Blackcurrant. HEX triplet: 21, 0D and 24. RGB value is (33,13,36). Sum of RGB (Red+Green+Blue) = 33+13+36=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #210D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D24 is #DEF2DB. Grayscale: #151515. Windows color (decimal): -14611164 or 2362657. OLE color: 2362657.
HSL color Cylindrical-coordinate representation of color #210D24: hue angle of 292.17º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #210D24 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 13 | 36 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.86 |
| HSL | 292.17º | 0.47% | 0.1% | - |
| HSV(B) | 292.17º | 0.64% | 0.14% | - |
| XYZ | 1.09 | 0.74 | 1.75 | - |
| YUV | 21.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 36 | 0.08 | 0.64 | 0 | 0.86 | 292.17 | 0.47 | 0.1 |
| Hex | 21 | D | 24 | 8 | 40 | 0 | 56 | 124 | 2F | A |
| Octal | 41 | 15 | 44 | 10 | 100 | 0 | 126 | 444 | 57 | 12 |
| Binary | 100001 | 1101 | 100100 | 1000 | 1000000 | 0 | 1010110 | 100100100 | 101111 | 1010 |
Color Harmonies of #210D24
Complementary color
Monochromatic Colors of #210D24
Black with #210D24
Text Example
Text Example
White with #210D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D24; }
p { color: rgb(33,13,36); }
H1.HeaderClassName
{
color: #210D24;
}
.AnyTagClassName
{
color: #210D24;
}
</style>
background-color css
<style>
a { background-color: #210D24; }
a { background-color: rgb(33,13,36); }
div.DivClassName
{
background-color: #210D24;
}
.BgClassName
{
background-color: #210D24;
}
</style>
border-color css
<style>
span { border-color: #210D24; }
span { border-color: rgb(33,13,36); }
td.TdClassName
{
border-color: #210D24;
}
.TagClassName
{
border-color: #210D24;
}
</style>