#352F48

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

Shades of Cherry Pie #352F48

Tints of Cherry Pie #352F48

Color information

#352F48 (or 0x352F48) is unknown color: approx Cherry Pie. HEX triplet: 35, 2F and 48. RGB value is (53,47,72). Sum of RGB (Red+Green+Blue) = 53+47+72=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #352F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F48 is #CAD0B7. Grayscale: #333333. Windows color (decimal): -13291704 or 4730677. OLE color: 4730677.

HSL color Cylindrical-coordinate representation of color #352F48: hue angle of 254.4º 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 #352F48 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB534772-
CMYK0.260.3500.72
HSL254.4º21.01%23.33%-
HSV(B)254.4º34.72%28.24%-
XYZ3.653.266.57-
YUV51.64139.49128.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=30.81%
G=27.33%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5347720.260.3500.72254.421.0123.33
Hex352F481A23048fe1517
Octal6557110324301103762527
Binary11010110111110010001101010001101001000111111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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