Shades of Blackcurrant #322F34
Tints of Blackcurrant #322F34
RGB
CMYK
RGB Variations
Color information
#322F34 (or 0x322F34) is known color: Blackcurrant. HEX triplet: 32, 2F and 34. RGB value is (50,47,52). Sum of RGB (Red+Green+Blue) = 50+47+52=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 52 - color contains mainly: blue. Hex color #322F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F34 is #CDD0CB. Grayscale: #303030. Windows color (decimal): -13488332 or 3419954. OLE color: 3419954.
HSL color Cylindrical-coordinate representation of color #322F34: hue angle of 276º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #322F34 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 52 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.80 |
| HSL | 276º | 0.05% | 0.19% | - |
| HSV(B) | 276º | 0.1% | 0.2% | - |
| XYZ | 2.95 | 2.96 | 3.66 | - |
| YUV | 48.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 52 | 0.04 | 0.10 | 0 | 0.80 | 276 | 0.05 | 0.19 |
| Hex | 32 | 2F | 34 | 4 | A | 0 | 50 | 114 | 5 | 13 |
| Octal | 62 | 57 | 64 | 4 | 12 | 0 | 120 | 424 | 5 | 23 |
| Binary | 110010 | 101111 | 110100 | 100 | 1010 | 0 | 1010000 | 100010100 | 101 | 10011 |
Color Harmonies of #322F34
Complementary color
Monochromatic Colors of #322F34
Black with #322F34
Text Example
Text Example
White with #322F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F34; }
p { color: rgb(50,47,52); }
H1.HeaderClassName
{
color: #322F34;
}
.AnyTagClassName
{
color: #322F34;
}
</style>
background-color css
<style>
a { background-color: #322F34; }
a { background-color: rgb(50,47,52); }
div.DivClassName
{
background-color: #322F34;
}
.BgClassName
{
background-color: #322F34;
}
</style>
border-color css
<style>
span { border-color: #322F34; }
span { border-color: rgb(50,47,52); }
td.TdClassName
{
border-color: #322F34;
}
.TagClassName
{
border-color: #322F34;
}
</style>