Shades of Blackcurrant #211031
Tints of Blackcurrant #211031
RGB
CMYK
RGB Variations
Color information
#211031 (or 0x211031) is known color: Blackcurrant. HEX triplet: 21, 10 and 31. RGB value is (33,16,49). Sum of RGB (Red+Green+Blue) = 33+16+49=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #211031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211031 is #DEEFCE. Grayscale: #181818. Windows color (decimal): -14610383 or 3215393. OLE color: 3215393.
HSL color Cylindrical-coordinate representation of color #211031: hue angle of 270.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211031 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 16 | 49 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.81 |
| HSL | 270.91º | 0.51% | 0.13% | - |
| HSV(B) | 270.91º | 0.67% | 0.19% | - |
| XYZ | 1.37 | 0.92 | 3.01 | - |
| YUV | 24.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 49 | 0.33 | 0.67 | 0 | 0.81 | 270.91 | 0.51 | 0.13 |
| Hex | 21 | 10 | 31 | 21 | 43 | 0 | 51 | 10F | 33 | D |
| Octal | 41 | 20 | 61 | 41 | 103 | 0 | 121 | 417 | 63 | 15 |
| Binary | 100001 | 10000 | 110001 | 100001 | 1000011 | 0 | 1010001 | 100001111 | 110011 | 1101 |
Color Harmonies of #211031
Complementary color
Monochromatic Colors of #211031
Black with #211031
Text Example
Text Example
White with #211031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211031; }
p { color: rgb(33,16,49); }
H1.HeaderClassName
{
color: #211031;
}
.AnyTagClassName
{
color: #211031;
}
</style>
background-color css
<style>
a { background-color: #211031; }
a { background-color: rgb(33,16,49); }
div.DivClassName
{
background-color: #211031;
}
.BgClassName
{
background-color: #211031;
}
</style>
border-color css
<style>
span { border-color: #211031; }
span { border-color: rgb(33,16,49); }
td.TdClassName
{
border-color: #211031;
}
.TagClassName
{
border-color: #211031;
}
</style>