Shades of Blackcurrant #211625
Tints of Blackcurrant #211625
RGB
CMYK
RGB Variations
Color information
#211625 (or 0x211625) is known color: Blackcurrant. HEX triplet: 21, 16 and 25. RGB value is (33,22,37). Sum of RGB (Red+Green+Blue) = 33+22+37=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #211625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211625 is #DEE9DA. Grayscale: #1A1A1A. Windows color (decimal): -14608859 or 2430497. OLE color: 2430497.
HSL color Cylindrical-coordinate representation of color #211625: hue angle of 284º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #211625 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 22 | 37 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.85 |
| HSL | 284º | 0.25% | 0.12% | - |
| HSV(B) | 284º | 0.41% | 0.15% | - |
| XYZ | 1.25 | 1.03 | 1.88 | - |
| YUV | 27 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 37 | 0.11 | 0.41 | 0 | 0.85 | 284 | 0.25 | 0.12 |
| Hex | 21 | 16 | 25 | B | 29 | 0 | 55 | 11C | 19 | C |
| Octal | 41 | 26 | 45 | 13 | 51 | 0 | 125 | 434 | 31 | 14 |
| Binary | 100001 | 10110 | 100101 | 1011 | 101001 | 0 | 1010101 | 100011100 | 11001 | 1100 |
Color Harmonies of #211625
Complementary color
Monochromatic Colors of #211625
Black with #211625
Text Example
Text Example
White with #211625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211625; }
p { color: rgb(33,22,37); }
H1.HeaderClassName
{
color: #211625;
}
.AnyTagClassName
{
color: #211625;
}
</style>
background-color css
<style>
a { background-color: #211625; }
a { background-color: rgb(33,22,37); }
div.DivClassName
{
background-color: #211625;
}
.BgClassName
{
background-color: #211625;
}
</style>
border-color css
<style>
span { border-color: #211625; }
span { border-color: rgb(33,22,37); }
td.TdClassName
{
border-color: #211625;
}
.TagClassName
{
border-color: #211625;
}
</style>