Shades of Cherry Pie #342C48
Tints of Cherry Pie #342C48
RGB
CMYK
RGB Variations
Color information
#342C48 (or 0x342C48) is known color: Cherry Pie. HEX triplet: 34, 2C and 48. RGB value is (52,44,72). Sum of RGB (Red+Green+Blue) = 52+44+72=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #342C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C48 is #CBD3B7. Grayscale: #313131. Windows color (decimal): -13358008 or 4729908. OLE color: 4729908.
HSL color Cylindrical-coordinate representation of color #342C48: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #342C48 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 44 | 72 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.72 |
| HSL | 257.14º | 0.24% | 0.23% | - |
| HSV(B) | 257.14º | 0.39% | 0.28% | - |
| XYZ | 3.49 | 3 | 6.53 | - |
| YUV | 49.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 72 | 0.28 | 0.39 | 0 | 0.72 | 257.14 | 0.24 | 0.23 |
| Hex | 34 | 2C | 48 | 1C | 27 | 0 | 48 | 101 | 18 | 17 |
| Octal | 64 | 54 | 110 | 34 | 47 | 0 | 110 | 401 | 30 | 27 |
| Binary | 110100 | 101100 | 1001000 | 11100 | 100111 | 0 | 1001000 | 100000001 | 11000 | 10111 |
Color Harmonies of #342C48
Complementary color
Monochromatic Colors of #342C48
Black with #342C48
Text Example
Text Example
White with #342C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C48; }
p { color: rgb(52,44,72); }
H1.HeaderClassName
{
color: #342C48;
}
.AnyTagClassName
{
color: #342C48;
}
</style>
background-color css
<style>
a { background-color: #342C48; }
a { background-color: rgb(52,44,72); }
div.DivClassName
{
background-color: #342C48;
}
.BgClassName
{
background-color: #342C48;
}
</style>
border-color css
<style>
span { border-color: #342C48; }
span { border-color: rgb(52,44,72); }
td.TdClassName
{
border-color: #342C48;
}
.TagClassName
{
border-color: #342C48;
}
</style>