Shades of Blackcurrant #211237
Tints of Blackcurrant #211237
RGB
CMYK
RGB Variations
Color information
#211237 (or 0x211237) is known color: Blackcurrant. HEX triplet: 21, 12 and 37. RGB value is (33,18,55). Sum of RGB (Red+Green+Blue) = 33+18+55=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #211237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211237 is #DEEDC8. Grayscale: #1A1A1A. Windows color (decimal): -14609865 or 3609121. OLE color: 3609121.
HSL color Cylindrical-coordinate representation of color #211237: hue angle of 264.32º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211237 is Cyan = 0.4, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 18 | 55 | - |
| CMYK | 0.4 | 0.67 | 0 | 0.78 |
| HSL | 264.32º | 0.51% | 0.14% | - |
| HSV(B) | 264.32º | 0.67% | 0.22% | - |
| XYZ | 1.53 | 1.03 | 3.73 | - |
| YUV | 26.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 55 | 0.4 | 0.67 | 0 | 0.78 | 264.32 | 0.51 | 0.14 |
| Hex | 21 | 12 | 37 | 28 | 43 | 0 | 4E | 108 | 33 | E |
| Octal | 41 | 22 | 67 | 50 | 103 | 0 | 116 | 410 | 63 | 16 |
| Binary | 100001 | 10010 | 110111 | 101000 | 1000011 | 0 | 1001110 | 100001000 | 110011 | 1110 |
Color Harmonies of #211237
Complementary color
Monochromatic Colors of #211237
Black with #211237
Text Example
Text Example
White with #211237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211237; }
p { color: rgb(33,18,55); }
H1.HeaderClassName
{
color: #211237;
}
.AnyTagClassName
{
color: #211237;
}
</style>
background-color css
<style>
a { background-color: #211237; }
a { background-color: rgb(33,18,55); }
div.DivClassName
{
background-color: #211237;
}
.BgClassName
{
background-color: #211237;
}
</style>
border-color css
<style>
span { border-color: #211237; }
span { border-color: rgb(33,18,55); }
td.TdClassName
{
border-color: #211237;
}
.TagClassName
{
border-color: #211237;
}
</style>