Shades of Blackcurrant #211C26
Tints of Blackcurrant #211C26
RGB
CMYK
RGB Variations
Color information
#211C26 (or 0x211C26) is known color: Blackcurrant. HEX triplet: 21, 1C and 26. RGB value is (33,28,38). Sum of RGB (Red+Green+Blue) = 33+28+38=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 38 - color contains mainly: blue. Hex color #211C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C26 is #DEE3D9. Grayscale: #1E1E1E. Windows color (decimal): -14607322 or 2497569. OLE color: 2497569.
HSL color Cylindrical-coordinate representation of color #211C26: hue angle of 270º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #211C26 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 28 | 38 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.85 |
| HSL | 270º | 0.15% | 0.13% | - |
| HSV(B) | 270º | 0.26% | 0.15% | - |
| XYZ | 1.39 | 1.29 | 2.01 | - |
| YUV | 30.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 38 | 0.13 | 0.26 | 0 | 0.85 | 270 | 0.15 | 0.13 |
| Hex | 21 | 1C | 26 | D | 1A | 0 | 55 | 10E | F | D |
| Octal | 41 | 34 | 46 | 15 | 32 | 0 | 125 | 416 | 17 | 15 |
| Binary | 100001 | 11100 | 100110 | 1101 | 11010 | 0 | 1010101 | 100001110 | 1111 | 1101 |
Color Harmonies of #211C26
Complementary color
Monochromatic Colors of #211C26
Black with #211C26
Text Example
Text Example
White with #211C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C26; }
p { color: rgb(33,28,38); }
H1.HeaderClassName
{
color: #211C26;
}
.AnyTagClassName
{
color: #211C26;
}
</style>
background-color css
<style>
a { background-color: #211C26; }
a { background-color: rgb(33,28,38); }
div.DivClassName
{
background-color: #211C26;
}
.BgClassName
{
background-color: #211C26;
}
</style>
border-color css
<style>
span { border-color: #211C26; }
span { border-color: rgb(33,28,38); }
td.TdClassName
{
border-color: #211C26;
}
.TagClassName
{
border-color: #211C26;
}
</style>