Shades of Blackcurrant #322839
Tints of Blackcurrant #322839
RGB
CMYK
RGB Variations
Color information
#322839 (or 0x322839) is known color: Blackcurrant. HEX triplet: 32, 28 and 39. RGB value is (50,40,57). Sum of RGB (Red+Green+Blue) = 50+40+57=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #322839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322839 is #CDD7C6. Grayscale: #2C2C2C. Windows color (decimal): -13490119 or 3745842. OLE color: 3745842.
HSL color Cylindrical-coordinate representation of color #322839: hue angle of 275.29º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322839 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 40 | 57 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.78 |
| HSL | 275.29º | 0.18% | 0.19% | - |
| HSV(B) | 275.29º | 0.3% | 0.22% | - |
| XYZ | 2.81 | 2.49 | 4.2 | - |
| YUV | 44.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 57 | 0.12 | 0.30 | 0 | 0.78 | 275.29 | 0.18 | 0.19 |
| Hex | 32 | 28 | 39 | C | 1E | 0 | 4E | 113 | 12 | 13 |
| Octal | 62 | 50 | 71 | 14 | 36 | 0 | 116 | 423 | 22 | 23 |
| Binary | 110010 | 101000 | 111001 | 1100 | 11110 | 0 | 1001110 | 100010011 | 10010 | 10011 |
Color Harmonies of #322839
Complementary color
Monochromatic Colors of #322839
Black with #322839
Text Example
Text Example
White with #322839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322839; }
p { color: rgb(50,40,57); }
H1.HeaderClassName
{
color: #322839;
}
.AnyTagClassName
{
color: #322839;
}
</style>
background-color css
<style>
a { background-color: #322839; }
a { background-color: rgb(50,40,57); }
div.DivClassName
{
background-color: #322839;
}
.BgClassName
{
background-color: #322839;
}
</style>
border-color css
<style>
span { border-color: #322839; }
span { border-color: rgb(50,40,57); }
td.TdClassName
{
border-color: #322839;
}
.TagClassName
{
border-color: #322839;
}
</style>