Shades of Blackcurrant #211126
Tints of Blackcurrant #211126
RGB
CMYK
RGB Variations
Color information
#211126 (or 0x211126) is known color: Blackcurrant. HEX triplet: 21, 11 and 26. RGB value is (33,17,38). Sum of RGB (Red+Green+Blue) = 33+17+38=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #211126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211126 is #DEEED9. Grayscale: #181818. Windows color (decimal): -14610138 or 2494753. OLE color: 2494753.
HSL color Cylindrical-coordinate representation of color #211126: hue angle of 285.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #211126 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 17 | 38 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.85 |
| HSL | 285.71º | 0.38% | 0.11% | - |
| HSV(B) | 285.71º | 0.55% | 0.15% | - |
| XYZ | 1.18 | 0.86 | 1.94 | - |
| YUV | 24.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 38 | 0.13 | 0.55 | 0 | 0.85 | 285.71 | 0.38 | 0.11 |
| Hex | 21 | 11 | 26 | D | 37 | 0 | 55 | 11E | 26 | B |
| Octal | 41 | 21 | 46 | 15 | 67 | 0 | 125 | 436 | 46 | 13 |
| Binary | 100001 | 10001 | 100110 | 1101 | 110111 | 0 | 1010101 | 100011110 | 100110 | 1011 |
Color Harmonies of #211126
Complementary color
Monochromatic Colors of #211126
Black with #211126
Text Example
Text Example
White with #211126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211126; }
p { color: rgb(33,17,38); }
H1.HeaderClassName
{
color: #211126;
}
.AnyTagClassName
{
color: #211126;
}
</style>
background-color css
<style>
a { background-color: #211126; }
a { background-color: rgb(33,17,38); }
div.DivClassName
{
background-color: #211126;
}
.BgClassName
{
background-color: #211126;
}
</style>
border-color css
<style>
span { border-color: #211126; }
span { border-color: rgb(33,17,38); }
td.TdClassName
{
border-color: #211126;
}
.TagClassName
{
border-color: #211126;
}
</style>