Shades of Blackcurrant #332139
Tints of Blackcurrant #332139
RGB
CMYK
RGB Variations
Color information
#332139 (or 0x332139) is known color: Blackcurrant. HEX triplet: 33, 21 and 39. RGB value is (51,33,57). Sum of RGB (Red+Green+Blue) = 51+33+57=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #332139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332139 is #CCDEC6. Grayscale: #292929. Windows color (decimal): -13426375 or 3744051. OLE color: 3744051.
HSL color Cylindrical-coordinate representation of color #332139: hue angle of 285º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #332139 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 33 | 57 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.78 |
| HSL | 285º | 0.27% | 0.18% | - |
| HSV(B) | 285º | 0.42% | 0.22% | - |
| XYZ | 2.65 | 2.09 | 4.13 | - |
| YUV | 41.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 57 | 0.11 | 0.42 | 0 | 0.78 | 285 | 0.27 | 0.18 |
| Hex | 33 | 21 | 39 | B | 2A | 0 | 4E | 11D | 1B | 12 |
| Octal | 63 | 41 | 71 | 13 | 52 | 0 | 116 | 435 | 33 | 22 |
| Binary | 110011 | 100001 | 111001 | 1011 | 101010 | 0 | 1001110 | 100011101 | 11011 | 10010 |
Color Harmonies of #332139
Complementary color
Monochromatic Colors of #332139
Black with #332139
Text Example
Text Example
White with #332139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332139; }
p { color: rgb(51,33,57); }
H1.HeaderClassName
{
color: #332139;
}
.AnyTagClassName
{
color: #332139;
}
</style>
background-color css
<style>
a { background-color: #332139; }
a { background-color: rgb(51,33,57); }
div.DivClassName
{
background-color: #332139;
}
.BgClassName
{
background-color: #332139;
}
</style>
border-color css
<style>
span { border-color: #332139; }
span { border-color: rgb(51,33,57); }
td.TdClassName
{
border-color: #332139;
}
.TagClassName
{
border-color: #332139;
}
</style>