Shades of Blackcurrant #211227
Tints of Blackcurrant #211227
RGB
CMYK
RGB Variations
Color information
#211227 (or 0x211227) is known color: Blackcurrant. HEX triplet: 21, 12 and 27. RGB value is (33,18,39). Sum of RGB (Red+Green+Blue) = 33+18+39=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #211227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211227 is #DEEDD8. Grayscale: #181818. Windows color (decimal): -14609881 or 2560545. OLE color: 2560545.
HSL color Cylindrical-coordinate representation of color #211227: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #211227 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 18 | 39 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.85 |
| HSL | 282.86º | 0.37% | 0.11% | - |
| HSV(B) | 282.86º | 0.54% | 0.15% | - |
| XYZ | 1.21 | 0.9 | 2.03 | - |
| YUV | 24.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 39 | 0.15 | 0.54 | 0 | 0.85 | 282.86 | 0.37 | 0.11 |
| Hex | 21 | 12 | 27 | F | 36 | 0 | 55 | 11B | 25 | B |
| Octal | 41 | 22 | 47 | 17 | 66 | 0 | 125 | 433 | 45 | 13 |
| Binary | 100001 | 10010 | 100111 | 1111 | 110110 | 0 | 1010101 | 100011011 | 100101 | 1011 |
Color Harmonies of #211227
Complementary color
Monochromatic Colors of #211227
Black with #211227
Text Example
Text Example
White with #211227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211227; }
p { color: rgb(33,18,39); }
H1.HeaderClassName
{
color: #211227;
}
.AnyTagClassName
{
color: #211227;
}
</style>
background-color css
<style>
a { background-color: #211227; }
a { background-color: rgb(33,18,39); }
div.DivClassName
{
background-color: #211227;
}
.BgClassName
{
background-color: #211227;
}
</style>
border-color css
<style>
span { border-color: #211227; }
span { border-color: rgb(33,18,39); }
td.TdClassName
{
border-color: #211227;
}
.TagClassName
{
border-color: #211227;
}
</style>