Shades of Cherry Pie #342D47
Tints of Cherry Pie #342D47
RGB
CMYK
RGB Variations
Color information
#342D47 (or 0x342D47) is known color: Cherry Pie. HEX triplet: 34, 2D and 47. RGB value is (52,45,71). Sum of RGB (Red+Green+Blue) = 52+45+71=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #342D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D47 is #CBD2B8. Grayscale: #313131. Windows color (decimal): -13357753 or 4664628. OLE color: 4664628.
HSL color Cylindrical-coordinate representation of color #342D47: hue angle of 256.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342D47 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 45 | 71 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.72 |
| HSL | 256.15º | 0.22% | 0.23% | - |
| HSV(B) | 256.15º | 0.37% | 0.28% | - |
| XYZ | 3.49 | 3.06 | 6.37 | - |
| YUV | 50.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 71 | 0.27 | 0.37 | 0 | 0.72 | 256.15 | 0.22 | 0.23 |
| Hex | 34 | 2D | 47 | 1B | 25 | 0 | 48 | 100 | 16 | 17 |
| Octal | 64 | 55 | 107 | 33 | 45 | 0 | 110 | 400 | 26 | 27 |
| Binary | 110100 | 101101 | 1000111 | 11011 | 100101 | 0 | 1001000 | 100000000 | 10110 | 10111 |
Color Harmonies of #342D47
Complementary color
Monochromatic Colors of #342D47
Black with #342D47
Text Example
Text Example
White with #342D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D47; }
p { color: rgb(52,45,71); }
H1.HeaderClassName
{
color: #342D47;
}
.AnyTagClassName
{
color: #342D47;
}
</style>
background-color css
<style>
a { background-color: #342D47; }
a { background-color: rgb(52,45,71); }
div.DivClassName
{
background-color: #342D47;
}
.BgClassName
{
background-color: #342D47;
}
</style>
border-color css
<style>
span { border-color: #342D47; }
span { border-color: rgb(52,45,71); }
td.TdClassName
{
border-color: #342D47;
}
.TagClassName
{
border-color: #342D47;
}
</style>