Shades of Blackcurrant #322E34
Tints of Blackcurrant #322E34
RGB
CMYK
RGB Variations
Color information
#322E34 (or 0x322E34) is known color: Blackcurrant. HEX triplet: 32, 2E and 34. RGB value is (50,46,52). Sum of RGB (Red+Green+Blue) = 50+46+52=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 52 - color contains mainly: blue. Hex color #322E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E34 is #CDD1CB. Grayscale: #2F2F2F. Windows color (decimal): -13488588 or 3419698. OLE color: 3419698.
HSL color Cylindrical-coordinate representation of color #322E34: hue angle of 280º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322E34 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 52 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.80 |
| HSL | 280º | 0.06% | 0.19% | - |
| HSV(B) | 280º | 0.12% | 0.2% | - |
| XYZ | 2.91 | 2.88 | 3.65 | - |
| YUV | 47.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 52 | 0.04 | 0.12 | 0 | 0.80 | 280 | 0.06 | 0.19 |
| Hex | 32 | 2E | 34 | 4 | C | 0 | 50 | 118 | 6 | 13 |
| Octal | 62 | 56 | 64 | 4 | 14 | 0 | 120 | 430 | 6 | 23 |
| Binary | 110010 | 101110 | 110100 | 100 | 1100 | 0 | 1010000 | 100011000 | 110 | 10011 |
Color Harmonies of #322E34
Complementary color
Monochromatic Colors of #322E34
Black with #322E34
Text Example
Text Example
White with #322E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E34; }
p { color: rgb(50,46,52); }
H1.HeaderClassName
{
color: #322E34;
}
.AnyTagClassName
{
color: #322E34;
}
</style>
background-color css
<style>
a { background-color: #322E34; }
a { background-color: rgb(50,46,52); }
div.DivClassName
{
background-color: #322E34;
}
.BgClassName
{
background-color: #322E34;
}
</style>
border-color css
<style>
span { border-color: #322E34; }
span { border-color: rgb(50,46,52); }
td.TdClassName
{
border-color: #322E34;
}
.TagClassName
{
border-color: #322E34;
}
</style>