Shades of Cherry Pie #322A4F
Tints of Cherry Pie #322A4F
RGB
CMYK
RGB Variations
Color information
#322A4F (or 0x322A4F) is known color: Cherry Pie. HEX triplet: 32, 2A and 4F. RGB value is (50,42,79). Sum of RGB (Red+Green+Blue) = 50+42+79=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #322A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A4F is #CDD5B0. Grayscale: #303030. Windows color (decimal): -13489585 or 5188146. OLE color: 5188146.
HSL color Cylindrical-coordinate representation of color #322A4F: hue angle of 252.97º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #322A4F is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 42 | 79 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.69 |
| HSL | 252.97º | 0.31% | 0.24% | - |
| HSV(B) | 252.97º | 0.47% | 0.31% | - |
| XYZ | 3.55 | 2.9 | 7.77 | - |
| YUV | 48.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 79 | 0.37 | 0.47 | 0 | 0.69 | 252.97 | 0.31 | 0.24 |
| Hex | 32 | 2A | 4F | 25 | 2F | 0 | 45 | FD | 1F | 18 |
| Octal | 62 | 52 | 117 | 45 | 57 | 0 | 105 | 375 | 37 | 30 |
| Binary | 110010 | 101010 | 1001111 | 100101 | 101111 | 0 | 1000101 | 11111101 | 11111 | 11000 |
Color Harmonies of #322A4F
Complementary color
Monochromatic Colors of #322A4F
Black with #322A4F
Text Example
Text Example
White with #322A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A4F; }
p { color: rgb(50,42,79); }
H1.HeaderClassName
{
color: #322A4F;
}
.AnyTagClassName
{
color: #322A4F;
}
</style>
background-color css
<style>
a { background-color: #322A4F; }
a { background-color: rgb(50,42,79); }
div.DivClassName
{
background-color: #322A4F;
}
.BgClassName
{
background-color: #322A4F;
}
</style>
border-color css
<style>
span { border-color: #322A4F; }
span { border-color: rgb(50,42,79); }
td.TdClassName
{
border-color: #322A4F;
}
.TagClassName
{
border-color: #322A4F;
}
</style>