Shades of Blackcurrant #211331
Tints of Blackcurrant #211331
RGB
CMYK
RGB Variations
Color information
#211331 (or 0x211331) is known color: Blackcurrant. HEX triplet: 21, 13 and 31. RGB value is (33,19,49). Sum of RGB (Red+Green+Blue) = 33+19+49=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #211331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211331 is #DEECCE. Grayscale: #1A1A1A. Windows color (decimal): -14609615 or 3216161. OLE color: 3216161.
HSL color Cylindrical-coordinate representation of color #211331: hue angle of 268º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211331 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 19 | 49 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.81 |
| HSL | 268º | 0.44% | 0.13% | - |
| HSV(B) | 268º | 0.61% | 0.19% | - |
| XYZ | 1.41 | 1.01 | 3.03 | - |
| YUV | 26.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 49 | 0.33 | 0.61 | 0 | 0.81 | 268 | 0.44 | 0.13 |
| Hex | 21 | 13 | 31 | 21 | 3D | 0 | 51 | 10C | 2C | D |
| Octal | 41 | 23 | 61 | 41 | 75 | 0 | 121 | 414 | 54 | 15 |
| Binary | 100001 | 10011 | 110001 | 100001 | 111101 | 0 | 1010001 | 100001100 | 101100 | 1101 |
Color Harmonies of #211331
Complementary color
Monochromatic Colors of #211331
Black with #211331
Text Example
Text Example
White with #211331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211331; }
p { color: rgb(33,19,49); }
H1.HeaderClassName
{
color: #211331;
}
.AnyTagClassName
{
color: #211331;
}
</style>
background-color css
<style>
a { background-color: #211331; }
a { background-color: rgb(33,19,49); }
div.DivClassName
{
background-color: #211331;
}
.BgClassName
{
background-color: #211331;
}
</style>
border-color css
<style>
span { border-color: #211331; }
span { border-color: rgb(33,19,49); }
td.TdClassName
{
border-color: #211331;
}
.TagClassName
{
border-color: #211331;
}
</style>