Shades of Blackcurrant #322A35
Tints of Blackcurrant #322A35
RGB
CMYK
RGB Variations
Color information
#322A35 (or 0x322A35) is known color: Blackcurrant. HEX triplet: 32, 2A and 35. RGB value is (50,42,53). Sum of RGB (Red+Green+Blue) = 50+42+53=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #322A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A35 is #CDD5CA. Grayscale: #2D2D2D. Windows color (decimal): -13489611 or 3484210. OLE color: 3484210.
HSL color Cylindrical-coordinate representation of color #322A35: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #322A35 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 42 | 53 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.79 |
| HSL | 283.64º | 0.12% | 0.19% | - |
| HSV(B) | 283.64º | 0.21% | 0.21% | - |
| XYZ | 2.79 | 2.59 | 3.72 | - |
| YUV | 45.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 53 | 0.06 | 0.21 | 0 | 0.79 | 283.64 | 0.12 | 0.19 |
| Hex | 32 | 2A | 35 | 6 | 15 | 0 | 4F | 11C | C | 13 |
| Octal | 62 | 52 | 65 | 6 | 25 | 0 | 117 | 434 | 14 | 23 |
| Binary | 110010 | 101010 | 110101 | 110 | 10101 | 0 | 1001111 | 100011100 | 1100 | 10011 |
Color Harmonies of #322A35
Complementary color
Monochromatic Colors of #322A35
Black with #322A35
Text Example
Text Example
White with #322A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A35; }
p { color: rgb(50,42,53); }
H1.HeaderClassName
{
color: #322A35;
}
.AnyTagClassName
{
color: #322A35;
}
</style>
background-color css
<style>
a { background-color: #322A35; }
a { background-color: rgb(50,42,53); }
div.DivClassName
{
background-color: #322A35;
}
.BgClassName
{
background-color: #322A35;
}
</style>
border-color css
<style>
span { border-color: #322A35; }
span { border-color: rgb(50,42,53); }
td.TdClassName
{
border-color: #322A35;
}
.TagClassName
{
border-color: #322A35;
}
</style>