Shades of Blackcurrant #322935
Tints of Blackcurrant #322935
RGB
CMYK
RGB Variations
Color information
#322935 (or 0x322935) is known color: Blackcurrant. HEX triplet: 32, 29 and 35. RGB value is (50,41,53). Sum of RGB (Red+Green+Blue) = 50+41+53=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #322935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322935 is #CDD6CA. Grayscale: #2D2D2D. Windows color (decimal): -13489867 or 3483954. OLE color: 3483954.
HSL color Cylindrical-coordinate representation of color #322935: hue angle of 285º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #322935 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 41 | 53 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.79 |
| HSL | 285º | 0.13% | 0.18% | - |
| HSV(B) | 285º | 0.23% | 0.21% | - |
| XYZ | 2.75 | 2.52 | 3.71 | - |
| YUV | 45.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 53 | 0.06 | 0.23 | 0 | 0.79 | 285 | 0.13 | 0.18 |
| Hex | 32 | 29 | 35 | 6 | 17 | 0 | 4F | 11D | D | 12 |
| Octal | 62 | 51 | 65 | 6 | 27 | 0 | 117 | 435 | 15 | 22 |
| Binary | 110010 | 101001 | 110101 | 110 | 10111 | 0 | 1001111 | 100011101 | 1101 | 10010 |
Color Harmonies of #322935
Complementary color
Monochromatic Colors of #322935
Black with #322935
Text Example
Text Example
White with #322935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322935; }
p { color: rgb(50,41,53); }
H1.HeaderClassName
{
color: #322935;
}
.AnyTagClassName
{
color: #322935;
}
</style>
background-color css
<style>
a { background-color: #322935; }
a { background-color: rgb(50,41,53); }
div.DivClassName
{
background-color: #322935;
}
.BgClassName
{
background-color: #322935;
}
</style>
border-color css
<style>
span { border-color: #322935; }
span { border-color: rgb(50,41,53); }
td.TdClassName
{
border-color: #322935;
}
.TagClassName
{
border-color: #322935;
}
</style>