Shades of Cherry Pie #322D48
Tints of Cherry Pie #322D48
RGB
CMYK
RGB Variations
Color information
#322D48 (or 0x322D48) is known color: Cherry Pie. HEX triplet: 32, 2D and 48. RGB value is (50,45,72). Sum of RGB (Red+Green+Blue) = 50+45+72=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #322D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D48 is #CDD2B7. Grayscale: #313131. Windows color (decimal): -13488824 or 4730162. OLE color: 4730162.
HSL color Cylindrical-coordinate representation of color #322D48: hue angle of 251.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #322D48 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 45 | 72 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.72 |
| HSL | 251.11º | 0.23% | 0.23% | - |
| HSV(B) | 251.11º | 0.38% | 0.28% | - |
| XYZ | 3.42 | 3.02 | 6.53 | - |
| YUV | 49.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 72 | 0.31 | 0.38 | 0 | 0.72 | 251.11 | 0.23 | 0.23 |
| Hex | 32 | 2D | 48 | 1F | 26 | 0 | 48 | FB | 17 | 17 |
| Octal | 62 | 55 | 110 | 37 | 46 | 0 | 110 | 373 | 27 | 27 |
| Binary | 110010 | 101101 | 1001000 | 11111 | 100110 | 0 | 1001000 | 11111011 | 10111 | 10111 |
Color Harmonies of #322D48
Complementary color
Monochromatic Colors of #322D48
Black with #322D48
Text Example
Text Example
White with #322D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D48; }
p { color: rgb(50,45,72); }
H1.HeaderClassName
{
color: #322D48;
}
.AnyTagClassName
{
color: #322D48;
}
</style>
background-color css
<style>
a { background-color: #322D48; }
a { background-color: rgb(50,45,72); }
div.DivClassName
{
background-color: #322D48;
}
.BgClassName
{
background-color: #322D48;
}
</style>
border-color css
<style>
span { border-color: #322D48; }
span { border-color: rgb(50,45,72); }
td.TdClassName
{
border-color: #322D48;
}
.TagClassName
{
border-color: #322D48;
}
</style>