#342F48

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

Shades of Cherry Pie #342F48

Tints of Cherry Pie #342F48

Color information

#342F48 (or 0x342F48) is unknown color: approx Cherry Pie. HEX triplet: 34, 2F and 48. RGB value is (52,47,72). Sum of RGB (Red+Green+Blue) = 52+47+72=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #342F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F48 is #CBD0B7. Grayscale: #333333. Windows color (decimal): -13357240 or 4730676. OLE color: 4730676.

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

Color convert

RGB524772-
CMYK0.280.3500.72
HSL252º21.01%23.33%-
HSV(B)252º34.72%28.24%-
XYZ3.63.236.56-
YUV51.34139.66128.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=30.41%
G=27.49%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5247720.280.3500.7225221.0123.33
Hex342F481C23048fc1517
Octal6457110344301103742527
Binary11010010111110010001110010001101001000111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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