Shades of Blackcurrant #211024
Tints of Blackcurrant #211024
RGB
CMYK
RGB Variations
Color information
#211024 (or 0x211024) is known color: Blackcurrant. HEX triplet: 21, 10 and 24. RGB value is (33,16,36). Sum of RGB (Red+Green+Blue) = 33+16+36=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #211024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211024 is #DEEFDB. Grayscale: #171717. Windows color (decimal): -14610396 or 2363425. OLE color: 2363425.
HSL color Cylindrical-coordinate representation of color #211024: hue angle of 291º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211024 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 16 | 36 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.86 |
| HSL | 291º | 0.38% | 0.1% | - |
| HSV(B) | 291º | 0.56% | 0.14% | - |
| XYZ | 1.13 | 0.82 | 1.77 | - |
| YUV | 23.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 36 | 0.08 | 0.56 | 0 | 0.86 | 291 | 0.38 | 0.1 |
| Hex | 21 | 10 | 24 | 8 | 38 | 0 | 56 | 123 | 26 | A |
| Octal | 41 | 20 | 44 | 10 | 70 | 0 | 126 | 443 | 46 | 12 |
| Binary | 100001 | 10000 | 100100 | 1000 | 111000 | 0 | 1010110 | 100100011 | 100110 | 1010 |
Color Harmonies of #211024
Complementary color
Monochromatic Colors of #211024
Black with #211024
Text Example
Text Example
White with #211024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211024; }
p { color: rgb(33,16,36); }
H1.HeaderClassName
{
color: #211024;
}
.AnyTagClassName
{
color: #211024;
}
</style>
background-color css
<style>
a { background-color: #211024; }
a { background-color: rgb(33,16,36); }
div.DivClassName
{
background-color: #211024;
}
.BgClassName
{
background-color: #211024;
}
</style>
border-color css
<style>
span { border-color: #211024; }
span { border-color: rgb(33,16,36); }
td.TdClassName
{
border-color: #211024;
}
.TagClassName
{
border-color: #211024;
}
</style>