#342E48

Color #342E48 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #342E48

Tints of Cherry Pie #342E48

Color information

#342E48 (or 0x342E48) is unknown color: approx Cherry Pie. HEX triplet: 34, 2E and 48. RGB value is (52,46,72). Sum of RGB (Red+Green+Blue) = 52+46+72=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #342E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E48 is #CBD1B7. Grayscale: #323232. Windows color (decimal): -13357496 or 4730420. OLE color: 4730420.

HSL color Cylindrical-coordinate representation of color #342E48: hue angle of 253.85º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #342E48 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB524672-
CMYK0.280.3600.72
HSL253.85º22.03%23.14%-
HSV(B)253.85º36.11%28.24%-
XYZ3.563.156.55-
YUV50.76139.99128.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=30.59%
G=27.06%
B=42.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5246720.280.3600.72253.8522.0323.14
Hex342E481C24048fe1617
Octal6456110344401103762627
Binary11010010111010010001110010010001001000111111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342E48; }

 p { color: rgb(52,46,72); }

 H1.HeaderClassName
 {
   color: #342E48;
 }
 .AnyTagClassName
 {
   color: #342E48;
 }
</style>
background-color css

<style>
 a { background-color: #342E48; }

 a { background-color: rgb(52,46,72); }

 div.DivClassName
 {
   background-color: #342E48;
 }
 .BgClassName
 {
   background-color: #342E48;
 }
</style>
border-color css

<style>
 span { border-color: #342E48; }

 span { border-color: rgb(52,46,72); }

 td.TdClassName
 {
   border-color: #342E48;
 }
 .TagClassName
 {
   border-color: #342E48;
 }
</style>