Shades of Blackcurrant #211C24
Tints of Blackcurrant #211C24
RGB
CMYK
RGB Variations
Color information
#211C24 (or 0x211C24) is known color: Blackcurrant. HEX triplet: 21, 1C and 24. RGB value is (33,28,36). Sum of RGB (Red+Green+Blue) = 33+28+36=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 36 - color contains mainly: blue. Hex color #211C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C24 is #DEE3DB. Grayscale: #1E1E1E. Windows color (decimal): -14607324 or 2366497. OLE color: 2366497.
HSL color Cylindrical-coordinate representation of color #211C24: hue angle of 277.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #211C24 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 28 | 36 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.86 |
| HSL | 277.5º | 0.13% | 0.13% | - |
| HSV(B) | 277.5º | 0.22% | 0.14% | - |
| XYZ | 1.36 | 1.28 | 1.84 | - |
| YUV | 30.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 36 | 0.08 | 0.22 | 0 | 0.86 | 277.5 | 0.13 | 0.13 |
| Hex | 21 | 1C | 24 | 8 | 16 | 0 | 56 | 116 | C | D |
| Octal | 41 | 34 | 44 | 10 | 26 | 0 | 126 | 426 | 14 | 15 |
| Binary | 100001 | 11100 | 100100 | 1000 | 10110 | 0 | 1010110 | 100010110 | 1100 | 1101 |
Color Harmonies of #211C24
Complementary color
Monochromatic Colors of #211C24
Black with #211C24
Text Example
Text Example
White with #211C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C24; }
p { color: rgb(33,28,36); }
H1.HeaderClassName
{
color: #211C24;
}
.AnyTagClassName
{
color: #211C24;
}
</style>
background-color css
<style>
a { background-color: #211C24; }
a { background-color: rgb(33,28,36); }
div.DivClassName
{
background-color: #211C24;
}
.BgClassName
{
background-color: #211C24;
}
</style>
border-color css
<style>
span { border-color: #211C24; }
span { border-color: rgb(33,28,36); }
td.TdClassName
{
border-color: #211C24;
}
.TagClassName
{
border-color: #211C24;
}
</style>