Shades of Cherry Pie #322A4E
Tints of Cherry Pie #322A4E
RGB
CMYK
RGB Variations
Color information
#322A4E (or 0x322A4E) is known color: Cherry Pie. HEX triplet: 32, 2A and 4E. RGB value is (50,42,78). Sum of RGB (Red+Green+Blue) = 50+42+78=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #322A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A4E is #CDD5B1. Grayscale: #303030. Windows color (decimal): -13489586 or 5122610. OLE color: 5122610.
HSL color Cylindrical-coordinate representation of color #322A4E: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322A4E is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 42 | 78 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.69 |
| HSL | 253.33º | 0.3% | 0.24% | - |
| HSV(B) | 253.33º | 0.46% | 0.31% | - |
| XYZ | 3.52 | 2.88 | 7.58 | - |
| YUV | 48.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 78 | 0.36 | 0.46 | 0 | 0.69 | 253.33 | 0.3 | 0.24 |
| Hex | 32 | 2A | 4E | 24 | 2E | 0 | 45 | FD | 1E | 18 |
| Octal | 62 | 52 | 116 | 44 | 56 | 0 | 105 | 375 | 36 | 30 |
| Binary | 110010 | 101010 | 1001110 | 100100 | 101110 | 0 | 1000101 | 11111101 | 11110 | 11000 |
Color Harmonies of #322A4E
Complementary color
Monochromatic Colors of #322A4E
Black with #322A4E
Text Example
Text Example
White with #322A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A4E; }
p { color: rgb(50,42,78); }
H1.HeaderClassName
{
color: #322A4E;
}
.AnyTagClassName
{
color: #322A4E;
}
</style>
background-color css
<style>
a { background-color: #322A4E; }
a { background-color: rgb(50,42,78); }
div.DivClassName
{
background-color: #322A4E;
}
.BgClassName
{
background-color: #322A4E;
}
</style>
border-color css
<style>
span { border-color: #322A4E; }
span { border-color: rgb(50,42,78); }
td.TdClassName
{
border-color: #322A4E;
}
.TagClassName
{
border-color: #322A4E;
}
</style>