Shades of Cherry Pie #322B49
Tints of Cherry Pie #322B49
RGB
CMYK
RGB Variations
Color information
#322B49 (or 0x322B49) is known color: Cherry Pie. HEX triplet: 32, 2B and 49. RGB value is (50,43,73). Sum of RGB (Red+Green+Blue) = 50+43+73=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #322B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B49 is #CDD4B6. Grayscale: #303030. Windows color (decimal): -13489335 or 4795186. OLE color: 4795186.
HSL color Cylindrical-coordinate representation of color #322B49: hue angle of 254º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #322B49 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 43 | 73 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.71 |
| HSL | 254º | 0.26% | 0.23% | - |
| HSV(B) | 254º | 0.41% | 0.29% | - |
| XYZ | 3.38 | 2.89 | 6.68 | - |
| YUV | 48.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 73 | 0.32 | 0.41 | 0 | 0.71 | 254 | 0.26 | 0.23 |
| Hex | 32 | 2B | 49 | 20 | 29 | 0 | 47 | FE | 1A | 17 |
| Octal | 62 | 53 | 111 | 40 | 51 | 0 | 107 | 376 | 32 | 27 |
| Binary | 110010 | 101011 | 1001001 | 100000 | 101001 | 0 | 1000111 | 11111110 | 11010 | 10111 |
Color Harmonies of #322B49
Complementary color
Monochromatic Colors of #322B49
Black with #322B49
Text Example
Text Example
White with #322B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B49; }
p { color: rgb(50,43,73); }
H1.HeaderClassName
{
color: #322B49;
}
.AnyTagClassName
{
color: #322B49;
}
</style>
background-color css
<style>
a { background-color: #322B49; }
a { background-color: rgb(50,43,73); }
div.DivClassName
{
background-color: #322B49;
}
.BgClassName
{
background-color: #322B49;
}
</style>
border-color css
<style>
span { border-color: #322B49; }
span { border-color: rgb(50,43,73); }
td.TdClassName
{
border-color: #322B49;
}
.TagClassName
{
border-color: #322B49;
}
</style>