Shades of Blackcurrant #211A27
Tints of Blackcurrant #211A27
RGB
CMYK
RGB Variations
Color information
#211A27 (or 0x211A27) is known color: Blackcurrant. HEX triplet: 21, 1A and 27. RGB value is (33,26,39). Sum of RGB (Red+Green+Blue) = 33+26+39=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 39 - color contains mainly: blue. Hex color #211A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A27 is #DEE5D8. Grayscale: #1D1D1D. Windows color (decimal): -14607833 or 2562593. OLE color: 2562593.
HSL color Cylindrical-coordinate representation of color #211A27: hue angle of 272.31º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #211A27 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 26 | 39 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.85 |
| HSL | 272.31º | 0.2% | 0.13% | - |
| HSV(B) | 272.31º | 0.33% | 0.15% | - |
| XYZ | 1.36 | 1.21 | 2.08 | - |
| YUV | 29.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 39 | 0.15 | 0.33 | 0 | 0.85 | 272.31 | 0.2 | 0.13 |
| Hex | 21 | 1A | 27 | F | 21 | 0 | 55 | 110 | 14 | D |
| Octal | 41 | 32 | 47 | 17 | 41 | 0 | 125 | 420 | 24 | 15 |
| Binary | 100001 | 11010 | 100111 | 1111 | 100001 | 0 | 1010101 | 100010000 | 10100 | 1101 |
Color Harmonies of #211A27
Complementary color
Monochromatic Colors of #211A27
Black with #211A27
Text Example
Text Example
White with #211A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A27; }
p { color: rgb(33,26,39); }
H1.HeaderClassName
{
color: #211A27;
}
.AnyTagClassName
{
color: #211A27;
}
</style>
background-color css
<style>
a { background-color: #211A27; }
a { background-color: rgb(33,26,39); }
div.DivClassName
{
background-color: #211A27;
}
.BgClassName
{
background-color: #211A27;
}
</style>
border-color css
<style>
span { border-color: #211A27; }
span { border-color: rgb(33,26,39); }
td.TdClassName
{
border-color: #211A27;
}
.TagClassName
{
border-color: #211A27;
}
</style>