Shades of Blackcurrant #322939
Tints of Blackcurrant #322939
RGB
CMYK
RGB Variations
Color information
#322939 (or 0x322939) is known color: Blackcurrant. HEX triplet: 32, 29 and 39. RGB value is (50,41,57). Sum of RGB (Red+Green+Blue) = 50+41+57=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #322939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322939 is #CDD6C6. Grayscale: #2D2D2D. Windows color (decimal): -13489863 or 3746098. OLE color: 3746098.
HSL color Cylindrical-coordinate representation of color #322939: hue angle of 273.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322939 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 41 | 57 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.78 |
| HSL | 273.75º | 0.16% | 0.19% | - |
| HSV(B) | 273.75º | 0.28% | 0.22% | - |
| XYZ | 2.85 | 2.56 | 4.21 | - |
| YUV | 45.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 57 | 0.12 | 0.28 | 0 | 0.78 | 273.75 | 0.16 | 0.19 |
| Hex | 32 | 29 | 39 | C | 1C | 0 | 4E | 112 | 10 | 13 |
| Octal | 62 | 51 | 71 | 14 | 34 | 0 | 116 | 422 | 20 | 23 |
| Binary | 110010 | 101001 | 111001 | 1100 | 11100 | 0 | 1001110 | 100010010 | 10000 | 10011 |
Color Harmonies of #322939
Complementary color
Monochromatic Colors of #322939
Black with #322939
Text Example
Text Example
White with #322939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322939; }
p { color: rgb(50,41,57); }
H1.HeaderClassName
{
color: #322939;
}
.AnyTagClassName
{
color: #322939;
}
</style>
background-color css
<style>
a { background-color: #322939; }
a { background-color: rgb(50,41,57); }
div.DivClassName
{
background-color: #322939;
}
.BgClassName
{
background-color: #322939;
}
</style>
border-color css
<style>
span { border-color: #322939; }
span { border-color: rgb(50,41,57); }
td.TdClassName
{
border-color: #322939;
}
.TagClassName
{
border-color: #322939;
}
</style>