Shades of Blackcurrant #211134
Tints of Blackcurrant #211134
RGB
CMYK
RGB Variations
Color information
#211134 (or 0x211134) is known color: Blackcurrant. HEX triplet: 21, 11 and 34. RGB value is (33,17,52). Sum of RGB (Red+Green+Blue) = 33+17+52=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #211134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211134 is #DEEECB. Grayscale: #191919. Windows color (decimal): -14610124 or 3412257. OLE color: 3412257.
HSL color Cylindrical-coordinate representation of color #211134: hue angle of 267.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211134 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 17 | 52 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.80 |
| HSL | 267.43º | 0.51% | 0.14% | - |
| HSV(B) | 267.43º | 0.67% | 0.2% | - |
| XYZ | 1.45 | 0.97 | 3.36 | - |
| YUV | 25.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 52 | 0.37 | 0.67 | 0 | 0.80 | 267.43 | 0.51 | 0.14 |
| Hex | 21 | 11 | 34 | 25 | 43 | 0 | 50 | 10B | 33 | E |
| Octal | 41 | 21 | 64 | 45 | 103 | 0 | 120 | 413 | 63 | 16 |
| Binary | 100001 | 10001 | 110100 | 100101 | 1000011 | 0 | 1010000 | 100001011 | 110011 | 1110 |
Color Harmonies of #211134
Complementary color
Monochromatic Colors of #211134
Black with #211134
Text Example
Text Example
White with #211134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211134; }
p { color: rgb(33,17,52); }
H1.HeaderClassName
{
color: #211134;
}
.AnyTagClassName
{
color: #211134;
}
</style>
background-color css
<style>
a { background-color: #211134; }
a { background-color: rgb(33,17,52); }
div.DivClassName
{
background-color: #211134;
}
.BgClassName
{
background-color: #211134;
}
</style>
border-color css
<style>
span { border-color: #211134; }
span { border-color: rgb(33,17,52); }
td.TdClassName
{
border-color: #211134;
}
.TagClassName
{
border-color: #211134;
}
</style>