Shades of Blackcurrant #211D25
Tints of Blackcurrant #211D25
RGB
CMYK
RGB Variations
Color information
#211D25 (or 0x211D25) is known color: Blackcurrant. HEX triplet: 21, 1D and 25. RGB value is (33,29,37). Sum of RGB (Red+Green+Blue) = 33+29+37=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 37 - color contains mainly: blue. Hex color #211D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D25 is #DEE2DA. Grayscale: #1F1F1F. Windows color (decimal): -14607067 or 2432289. OLE color: 2432289.
HSL color Cylindrical-coordinate representation of color #211D25: hue angle of 270º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #211D25 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 29 | 37 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.85 |
| HSL | 270º | 0.12% | 0.13% | - |
| HSV(B) | 270º | 0.22% | 0.15% | - |
| XYZ | 1.4 | 1.34 | 1.93 | - |
| YUV | 31.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 37 | 0.11 | 0.22 | 0 | 0.85 | 270 | 0.12 | 0.13 |
| Hex | 21 | 1D | 25 | B | 16 | 0 | 55 | 10E | C | D |
| Octal | 41 | 35 | 45 | 13 | 26 | 0 | 125 | 416 | 14 | 15 |
| Binary | 100001 | 11101 | 100101 | 1011 | 10110 | 0 | 1010101 | 100001110 | 1100 | 1101 |
Color Harmonies of #211D25
Complementary color
Monochromatic Colors of #211D25
Black with #211D25
Text Example
Text Example
White with #211D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D25; }
p { color: rgb(33,29,37); }
H1.HeaderClassName
{
color: #211D25;
}
.AnyTagClassName
{
color: #211D25;
}
</style>
background-color css
<style>
a { background-color: #211D25; }
a { background-color: rgb(33,29,37); }
div.DivClassName
{
background-color: #211D25;
}
.BgClassName
{
background-color: #211D25;
}
</style>
border-color css
<style>
span { border-color: #211D25; }
span { border-color: rgb(33,29,37); }
td.TdClassName
{
border-color: #211D25;
}
.TagClassName
{
border-color: #211D25;
}
</style>