Shades of Blackcurrant #211330
Tints of Blackcurrant #211330
RGB
CMYK
RGB Variations
Color information
#211330 (or 0x211330) is known color: Blackcurrant. HEX triplet: 21, 13 and 30. RGB value is (33,19,48). Sum of RGB (Red+Green+Blue) = 33+19+48=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #211330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211330 is #DEECCF. Grayscale: #1A1A1A. Windows color (decimal): -14609616 or 3150625. OLE color: 3150625.
HSL color Cylindrical-coordinate representation of color #211330: hue angle of 268.97º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #211330 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 19 | 48 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.81 |
| HSL | 268.97º | 0.43% | 0.13% | - |
| HSV(B) | 268.97º | 0.6% | 0.19% | - |
| XYZ | 1.39 | 1 | 2.92 | - |
| YUV | 26.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 48 | 0.31 | 0.60 | 0 | 0.81 | 268.97 | 0.43 | 0.13 |
| Hex | 21 | 13 | 30 | 1F | 3C | 0 | 51 | 10D | 2B | D |
| Octal | 41 | 23 | 60 | 37 | 74 | 0 | 121 | 415 | 53 | 15 |
| Binary | 100001 | 10011 | 110000 | 11111 | 111100 | 0 | 1010001 | 100001101 | 101011 | 1101 |
Color Harmonies of #211330
Complementary color
Monochromatic Colors of #211330
Black with #211330
Text Example
Text Example
White with #211330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211330; }
p { color: rgb(33,19,48); }
H1.HeaderClassName
{
color: #211330;
}
.AnyTagClassName
{
color: #211330;
}
</style>
background-color css
<style>
a { background-color: #211330; }
a { background-color: rgb(33,19,48); }
div.DivClassName
{
background-color: #211330;
}
.BgClassName
{
background-color: #211330;
}
</style>
border-color css
<style>
span { border-color: #211330; }
span { border-color: rgb(33,19,48); }
td.TdClassName
{
border-color: #211330;
}
.TagClassName
{
border-color: #211330;
}
</style>