Shades of Blackcurrant #211425
Tints of Blackcurrant #211425
RGB
CMYK
RGB Variations
Color information
#211425 (or 0x211425) is known color: Blackcurrant. HEX triplet: 21, 14 and 25. RGB value is (33,20,37). Sum of RGB (Red+Green+Blue) = 33+20+37=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #211425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211425 is #DEEBDA. Grayscale: #191919. Windows color (decimal): -14609371 or 2429985. OLE color: 2429985.
HSL color Cylindrical-coordinate representation of color #211425: hue angle of 285.88º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #211425 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 20 | 37 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.85 |
| HSL | 285.88º | 0.3% | 0.11% | - |
| HSV(B) | 285.88º | 0.46% | 0.15% | - |
| XYZ | 1.21 | 0.96 | 1.87 | - |
| YUV | 25.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 37 | 0.11 | 0.46 | 0 | 0.85 | 285.88 | 0.3 | 0.11 |
| Hex | 21 | 14 | 25 | B | 2E | 0 | 55 | 11E | 1E | B |
| Octal | 41 | 24 | 45 | 13 | 56 | 0 | 125 | 436 | 36 | 13 |
| Binary | 100001 | 10100 | 100101 | 1011 | 101110 | 0 | 1010101 | 100011110 | 11110 | 1011 |
Color Harmonies of #211425
Complementary color
Monochromatic Colors of #211425
Black with #211425
Text Example
Text Example
White with #211425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211425; }
p { color: rgb(33,20,37); }
H1.HeaderClassName
{
color: #211425;
}
.AnyTagClassName
{
color: #211425;
}
</style>
background-color css
<style>
a { background-color: #211425; }
a { background-color: rgb(33,20,37); }
div.DivClassName
{
background-color: #211425;
}
.BgClassName
{
background-color: #211425;
}
</style>
border-color css
<style>
span { border-color: #211425; }
span { border-color: rgb(33,20,37); }
td.TdClassName
{
border-color: #211425;
}
.TagClassName
{
border-color: #211425;
}
</style>