Shades of Cherry Pie #322A4A
Tints of Cherry Pie #322A4A
RGB
CMYK
RGB Variations
Color information
#322A4A (or 0x322A4A) is known color: Cherry Pie. HEX triplet: 32, 2A and 4A. RGB value is (50,42,74). Sum of RGB (Red+Green+Blue) = 50+42+74=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #322A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A4A is #CDD5B5. Grayscale: #2F2F2F. Windows color (decimal): -13489590 or 4860466. OLE color: 4860466.
HSL color Cylindrical-coordinate representation of color #322A4A: hue angle of 255º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #322A4A is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 42 | 74 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.71 |
| HSL | 255º | 0.28% | 0.23% | - |
| HSV(B) | 255º | 0.43% | 0.29% | - |
| XYZ | 3.38 | 2.83 | 6.85 | - |
| YUV | 48.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 74 | 0.32 | 0.43 | 0 | 0.71 | 255 | 0.28 | 0.23 |
| Hex | 32 | 2A | 4A | 20 | 2B | 0 | 47 | FF | 1C | 17 |
| Octal | 62 | 52 | 112 | 40 | 53 | 0 | 107 | 377 | 34 | 27 |
| Binary | 110010 | 101010 | 1001010 | 100000 | 101011 | 0 | 1000111 | 11111111 | 11100 | 10111 |
Color Harmonies of #322A4A
Complementary color
Monochromatic Colors of #322A4A
Black with #322A4A
Text Example
Text Example
White with #322A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A4A; }
p { color: rgb(50,42,74); }
H1.HeaderClassName
{
color: #322A4A;
}
.AnyTagClassName
{
color: #322A4A;
}
</style>
background-color css
<style>
a { background-color: #322A4A; }
a { background-color: rgb(50,42,74); }
div.DivClassName
{
background-color: #322A4A;
}
.BgClassName
{
background-color: #322A4A;
}
</style>
border-color css
<style>
span { border-color: #322A4A; }
span { border-color: rgb(50,42,74); }
td.TdClassName
{
border-color: #322A4A;
}
.TagClassName
{
border-color: #322A4A;
}
</style>