Shades of Blackcurrant #332140
Tints of Blackcurrant #332140
RGB
CMYK
RGB Variations
Color information
#332140 (or 0x332140) is known color: Blackcurrant. HEX triplet: 33, 21 and 40. RGB value is (51,33,64). Sum of RGB (Red+Green+Blue) = 51+33+64=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #332140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332140 is #CCDEBF. Grayscale: #292929. Windows color (decimal): -13426368 or 4202803. OLE color: 4202803.
HSL color Cylindrical-coordinate representation of color #332140: hue angle of 274.84º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #332140 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 33 | 64 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.75 |
| HSL | 274.84º | 0.32% | 0.19% | - |
| HSV(B) | 274.84º | 0.48% | 0.25% | - |
| XYZ | 2.83 | 2.16 | 5.12 | - |
| YUV | 41.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 64 | 0.20 | 0.48 | 0 | 0.75 | 274.84 | 0.32 | 0.19 |
| Hex | 33 | 21 | 40 | 14 | 30 | 0 | 4B | 113 | 20 | 13 |
| Octal | 63 | 41 | 100 | 24 | 60 | 0 | 113 | 423 | 40 | 23 |
| Binary | 110011 | 100001 | 1000000 | 10100 | 110000 | 0 | 1001011 | 100010011 | 100000 | 10011 |
Color Harmonies of #332140
Complementary color
Monochromatic Colors of #332140
Black with #332140
Text Example
Text Example
White with #332140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332140; }
p { color: rgb(51,33,64); }
H1.HeaderClassName
{
color: #332140;
}
.AnyTagClassName
{
color: #332140;
}
</style>
background-color css
<style>
a { background-color: #332140; }
a { background-color: rgb(51,33,64); }
div.DivClassName
{
background-color: #332140;
}
.BgClassName
{
background-color: #332140;
}
</style>
border-color css
<style>
span { border-color: #332140; }
span { border-color: rgb(51,33,64); }
td.TdClassName
{
border-color: #332140;
}
.TagClassName
{
border-color: #332140;
}
</style>