Shades of Blackcurrant #211426
Tints of Blackcurrant #211426
RGB
CMYK
RGB Variations
Color information
#211426 (or 0x211426) is known color: Blackcurrant. HEX triplet: 21, 14 and 26. RGB value is (33,20,38). Sum of RGB (Red+Green+Blue) = 33+20+38=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #211426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211426 is #DEEBD9. Grayscale: #191919. Windows color (decimal): -14609370 or 2495521. OLE color: 2495521.
HSL color Cylindrical-coordinate representation of color #211426: hue angle of 283.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #211426 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 20 | 38 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.85 |
| HSL | 283.33º | 0.31% | 0.11% | - |
| HSV(B) | 283.33º | 0.47% | 0.15% | - |
| XYZ | 1.23 | 0.96 | 1.96 | - |
| YUV | 25.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 38 | 0.13 | 0.47 | 0 | 0.85 | 283.33 | 0.31 | 0.11 |
| Hex | 21 | 14 | 26 | D | 2F | 0 | 55 | 11B | 1F | B |
| Octal | 41 | 24 | 46 | 15 | 57 | 0 | 125 | 433 | 37 | 13 |
| Binary | 100001 | 10100 | 100110 | 1101 | 101111 | 0 | 1010101 | 100011011 | 11111 | 1011 |
Color Harmonies of #211426
Complementary color
Monochromatic Colors of #211426
Black with #211426
Text Example
Text Example
White with #211426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211426; }
p { color: rgb(33,20,38); }
H1.HeaderClassName
{
color: #211426;
}
.AnyTagClassName
{
color: #211426;
}
</style>
background-color css
<style>
a { background-color: #211426; }
a { background-color: rgb(33,20,38); }
div.DivClassName
{
background-color: #211426;
}
.BgClassName
{
background-color: #211426;
}
</style>
border-color css
<style>
span { border-color: #211426; }
span { border-color: rgb(33,20,38); }
td.TdClassName
{
border-color: #211426;
}
.TagClassName
{
border-color: #211426;
}
</style>