Shades of Blackcurrant #332240
Tints of Blackcurrant #332240
RGB
CMYK
RGB Variations
Color information
#332240 (or 0x332240) is known color: Blackcurrant. HEX triplet: 33, 22 and 40. RGB value is (51,34,64). Sum of RGB (Red+Green+Blue) = 51+34+64=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #332240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332240 is #CCDDBF. Grayscale: #2A2A2A. Windows color (decimal): -13426112 or 4203059. OLE color: 4203059.
HSL color Cylindrical-coordinate representation of color #332240: hue angle of 274º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332240 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 34 | 64 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.75 |
| HSL | 274º | 0.31% | 0.19% | - |
| HSV(B) | 274º | 0.47% | 0.25% | - |
| XYZ | 2.86 | 2.22 | 5.13 | - |
| YUV | 42.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 64 | 0.20 | 0.47 | 0 | 0.75 | 274 | 0.31 | 0.19 |
| Hex | 33 | 22 | 40 | 14 | 2F | 0 | 4B | 112 | 1F | 13 |
| Octal | 63 | 42 | 100 | 24 | 57 | 0 | 113 | 422 | 37 | 23 |
| Binary | 110011 | 100010 | 1000000 | 10100 | 101111 | 0 | 1001011 | 100010010 | 11111 | 10011 |
Color Harmonies of #332240
Complementary color
Monochromatic Colors of #332240
Black with #332240
Text Example
Text Example
White with #332240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332240; }
p { color: rgb(51,34,64); }
H1.HeaderClassName
{
color: #332240;
}
.AnyTagClassName
{
color: #332240;
}
</style>
background-color css
<style>
a { background-color: #332240; }
a { background-color: rgb(51,34,64); }
div.DivClassName
{
background-color: #332240;
}
.BgClassName
{
background-color: #332240;
}
</style>
border-color css
<style>
span { border-color: #332240; }
span { border-color: rgb(51,34,64); }
td.TdClassName
{
border-color: #332240;
}
.TagClassName
{
border-color: #332240;
}
</style>