Shades of Cherry Pie #342B4B
Tints of Cherry Pie #342B4B
RGB
CMYK
RGB Variations
Color information
#342B4B (or 0x342B4B) is known color: Cherry Pie. HEX triplet: 34, 2B and 4B. RGB value is (52,43,75). Sum of RGB (Red+Green+Blue) = 52+43+75=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #342B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B4B is #CBD4B4. Grayscale: #313131. Windows color (decimal): -13358261 or 4926260. OLE color: 4926260.
HSL color Cylindrical-coordinate representation of color #342B4B: hue angle of 256.88º degrees, saturation: 0.27, 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 #342B4B is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 43 | 75 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.71 |
| HSL | 256.88º | 0.27% | 0.23% | - |
| HSV(B) | 256.88º | 0.43% | 0.29% | - |
| XYZ | 3.55 | 2.97 | 7.04 | - |
| YUV | 49.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 75 | 0.31 | 0.43 | 0 | 0.71 | 256.88 | 0.27 | 0.23 |
| Hex | 34 | 2B | 4B | 1F | 2B | 0 | 47 | 101 | 1B | 17 |
| Octal | 64 | 53 | 113 | 37 | 53 | 0 | 107 | 401 | 33 | 27 |
| Binary | 110100 | 101011 | 1001011 | 11111 | 101011 | 0 | 1000111 | 100000001 | 11011 | 10111 |
Color Harmonies of #342B4B
Complementary color
Monochromatic Colors of #342B4B
Black with #342B4B
Text Example
Text Example
White with #342B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B4B; }
p { color: rgb(52,43,75); }
H1.HeaderClassName
{
color: #342B4B;
}
.AnyTagClassName
{
color: #342B4B;
}
</style>
background-color css
<style>
a { background-color: #342B4B; }
a { background-color: rgb(52,43,75); }
div.DivClassName
{
background-color: #342B4B;
}
.BgClassName
{
background-color: #342B4B;
}
</style>
border-color css
<style>
span { border-color: #342B4B; }
span { border-color: rgb(52,43,75); }
td.TdClassName
{
border-color: #342B4B;
}
.TagClassName
{
border-color: #342B4B;
}
</style>