Shades of Blackcurrant #332042
Tints of Blackcurrant #332042
RGB
CMYK
RGB Variations
Color information
#332042 (or 0x332042) is known color: Blackcurrant. HEX triplet: 33, 20 and 42. RGB value is (51,32,66). Sum of RGB (Red+Green+Blue) = 51+32+66=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #332042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332042 is #CCDFBD. Grayscale: #292929. Windows color (decimal): -13426622 or 4333619. OLE color: 4333619.
HSL color Cylindrical-coordinate representation of color #332042: hue angle of 273.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #332042 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 32 | 66 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.74 |
| HSL | 273.53º | 0.35% | 0.19% | - |
| HSV(B) | 273.53º | 0.52% | 0.26% | - |
| XYZ | 2.87 | 2.13 | 5.41 | - |
| YUV | 41.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 66 | 0.23 | 0.52 | 0 | 0.74 | 273.53 | 0.35 | 0.19 |
| Hex | 33 | 20 | 42 | 17 | 34 | 0 | 4A | 112 | 23 | 13 |
| Octal | 63 | 40 | 102 | 27 | 64 | 0 | 112 | 422 | 43 | 23 |
| Binary | 110011 | 100000 | 1000010 | 10111 | 110100 | 0 | 1001010 | 100010010 | 100011 | 10011 |
Color Harmonies of #332042
Complementary color
Monochromatic Colors of #332042
Black with #332042
Text Example
Text Example
White with #332042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332042; }
p { color: rgb(51,32,66); }
H1.HeaderClassName
{
color: #332042;
}
.AnyTagClassName
{
color: #332042;
}
</style>
background-color css
<style>
a { background-color: #332042; }
a { background-color: rgb(51,32,66); }
div.DivClassName
{
background-color: #332042;
}
.BgClassName
{
background-color: #332042;
}
</style>
border-color css
<style>
span { border-color: #332042; }
span { border-color: rgb(51,32,66); }
td.TdClassName
{
border-color: #332042;
}
.TagClassName
{
border-color: #332042;
}
</style>