Shades of Blackcurrant #211124
Tints of Blackcurrant #211124
RGB
CMYK
RGB Variations
Color information
#211124 (or 0x211124) is known color: Blackcurrant. HEX triplet: 21, 11 and 24. RGB value is (33,17,36). Sum of RGB (Red+Green+Blue) = 33+17+36=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 36 - color contains mainly: blue. Hex color #211124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211124 is #DEEEDB. Grayscale: #171717. Windows color (decimal): -14610140 or 2363681. OLE color: 2363681.
HSL color Cylindrical-coordinate representation of color #211124: hue angle of 290.53º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #211124 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 17 | 36 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.86 |
| HSL | 290.53º | 0.36% | 0.1% | - |
| HSV(B) | 290.53º | 0.53% | 0.14% | - |
| XYZ | 1.15 | 0.85 | 1.77 | - |
| YUV | 23.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 36 | 0.08 | 0.53 | 0 | 0.86 | 290.53 | 0.36 | 0.1 |
| Hex | 21 | 11 | 24 | 8 | 35 | 0 | 56 | 123 | 24 | A |
| Octal | 41 | 21 | 44 | 10 | 65 | 0 | 126 | 443 | 44 | 12 |
| Binary | 100001 | 10001 | 100100 | 1000 | 110101 | 0 | 1010110 | 100100011 | 100100 | 1010 |
Color Harmonies of #211124
Complementary color
Monochromatic Colors of #211124
Black with #211124
Text Example
Text Example
White with #211124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211124; }
p { color: rgb(33,17,36); }
H1.HeaderClassName
{
color: #211124;
}
.AnyTagClassName
{
color: #211124;
}
</style>
background-color css
<style>
a { background-color: #211124; }
a { background-color: rgb(33,17,36); }
div.DivClassName
{
background-color: #211124;
}
.BgClassName
{
background-color: #211124;
}
</style>
border-color css
<style>
span { border-color: #211124; }
span { border-color: rgb(33,17,36); }
td.TdClassName
{
border-color: #211124;
}
.TagClassName
{
border-color: #211124;
}
</style>