Shades of Blackcurrant #322937
Tints of Blackcurrant #322937
RGB
CMYK
RGB Variations
Color information
#322937 (or 0x322937) is known color: Blackcurrant. HEX triplet: 32, 29 and 37. RGB value is (50,41,55). Sum of RGB (Red+Green+Blue) = 50+41+55=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #322937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322937 is #CDD6C8. Grayscale: #2D2D2D. Windows color (decimal): -13489865 or 3615026. OLE color: 3615026.
HSL color Cylindrical-coordinate representation of color #322937: hue angle of 278.57º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #322937 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 41 | 55 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.78 |
| HSL | 278.57º | 0.15% | 0.19% | - |
| HSV(B) | 278.57º | 0.25% | 0.22% | - |
| XYZ | 2.8 | 2.54 | 3.96 | - |
| YUV | 45.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 55 | 0.09 | 0.25 | 0 | 0.78 | 278.57 | 0.15 | 0.19 |
| Hex | 32 | 29 | 37 | 9 | 19 | 0 | 4E | 117 | F | 13 |
| Octal | 62 | 51 | 67 | 11 | 31 | 0 | 116 | 427 | 17 | 23 |
| Binary | 110010 | 101001 | 110111 | 1001 | 11001 | 0 | 1001110 | 100010111 | 1111 | 10011 |
Color Harmonies of #322937
Complementary color
Monochromatic Colors of #322937
Black with #322937
Text Example
Text Example
White with #322937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322937; }
p { color: rgb(50,41,55); }
H1.HeaderClassName
{
color: #322937;
}
.AnyTagClassName
{
color: #322937;
}
</style>
background-color css
<style>
a { background-color: #322937; }
a { background-color: rgb(50,41,55); }
div.DivClassName
{
background-color: #322937;
}
.BgClassName
{
background-color: #322937;
}
</style>
border-color css
<style>
span { border-color: #322937; }
span { border-color: rgb(50,41,55); }
td.TdClassName
{
border-color: #322937;
}
.TagClassName
{
border-color: #322937;
}
</style>