Shades of Blackcurrant #211333
Tints of Blackcurrant #211333
RGB
CMYK
RGB Variations
Color information
#211333 (or 0x211333) is known color: Blackcurrant. HEX triplet: 21, 13 and 33. RGB value is (33,19,51). Sum of RGB (Red+Green+Blue) = 33+19+51=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #211333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211333 is #DEECCC. Grayscale: #1A1A1A. Windows color (decimal): -14609613 or 3347233. OLE color: 3347233.
HSL color Cylindrical-coordinate representation of color #211333: hue angle of 266.25º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #211333 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 19 | 51 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.8 |
| HSL | 266.25º | 0.46% | 0.14% | - |
| HSV(B) | 266.25º | 0.63% | 0.2% | - |
| XYZ | 1.46 | 1.03 | 3.25 | - |
| YUV | 26.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 51 | 0.35 | 0.63 | 0 | 0.8 | 266.25 | 0.46 | 0.14 |
| Hex | 21 | 13 | 33 | 23 | 3F | 0 | 50 | 10A | 2E | E |
| Octal | 41 | 23 | 63 | 43 | 77 | 0 | 120 | 412 | 56 | 16 |
| Binary | 100001 | 10011 | 110011 | 100011 | 111111 | 0 | 1010000 | 100001010 | 101110 | 1110 |
Color Harmonies of #211333
Complementary color
Monochromatic Colors of #211333
Black with #211333
Text Example
Text Example
White with #211333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211333; }
p { color: rgb(33,19,51); }
H1.HeaderClassName
{
color: #211333;
}
.AnyTagClassName
{
color: #211333;
}
</style>
background-color css
<style>
a { background-color: #211333; }
a { background-color: rgb(33,19,51); }
div.DivClassName
{
background-color: #211333;
}
.BgClassName
{
background-color: #211333;
}
</style>
border-color css
<style>
span { border-color: #211333; }
span { border-color: rgb(33,19,51); }
td.TdClassName
{
border-color: #211333;
}
.TagClassName
{
border-color: #211333;
}
</style>