Shades of Blackcurrant #322837
Tints of Blackcurrant #322837
RGB
CMYK
RGB Variations
Color information
#322837 (or 0x322837) is known color: Blackcurrant. HEX triplet: 32, 28 and 37. RGB value is (50,40,55). Sum of RGB (Red+Green+Blue) = 50+40+55=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #322837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322837 is #CDD7C8. Grayscale: #2C2C2C. Windows color (decimal): -13490121 or 3614770. OLE color: 3614770.
HSL color Cylindrical-coordinate representation of color #322837: hue angle of 280º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #322837 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 40 | 55 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.78 |
| HSL | 280º | 0.16% | 0.19% | - |
| HSV(B) | 280º | 0.27% | 0.22% | - |
| XYZ | 2.76 | 2.47 | 3.95 | - |
| YUV | 44.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 55 | 0.09 | 0.27 | 0 | 0.78 | 280 | 0.16 | 0.19 |
| Hex | 32 | 28 | 37 | 9 | 1B | 0 | 4E | 118 | 10 | 13 |
| Octal | 62 | 50 | 67 | 11 | 33 | 0 | 116 | 430 | 20 | 23 |
| Binary | 110010 | 101000 | 110111 | 1001 | 11011 | 0 | 1001110 | 100011000 | 10000 | 10011 |
Color Harmonies of #322837
Complementary color
Monochromatic Colors of #322837
Black with #322837
Text Example
Text Example
White with #322837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322837; }
p { color: rgb(50,40,55); }
H1.HeaderClassName
{
color: #322837;
}
.AnyTagClassName
{
color: #322837;
}
</style>
background-color css
<style>
a { background-color: #322837; }
a { background-color: rgb(50,40,55); }
div.DivClassName
{
background-color: #322837;
}
.BgClassName
{
background-color: #322837;
}
</style>
border-color css
<style>
span { border-color: #322837; }
span { border-color: rgb(50,40,55); }
td.TdClassName
{
border-color: #322837;
}
.TagClassName
{
border-color: #322837;
}
</style>