#352950

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

Shades of Cherry Pie #352950

Tints of Cherry Pie #352950

Color information

#352950 (or 0x352950) is unknown color: approx Cherry Pie. HEX triplet: 35, 29 and 50. RGB value is (53,41,80). Sum of RGB (Red+Green+Blue) = 53+41+80=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #352950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352950 is #CAD6AF. Grayscale: #303030. Windows color (decimal): -13293232 or 5253429. OLE color: 5253429.

HSL color Cylindrical-coordinate representation of color #352950: hue angle of 258.46º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352950 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB534180-
CMYK0.340.4900.69
HSL258.46º32.23%23.73%-
HSV(B)258.46º48.75%31.37%-
XYZ3.712.927.96-
YUV49.03145.48130.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=30.46%
G=23.56%
B=45.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5341800.340.4900.69258.4632.2323.73
Hex35295022310451022018
Octal6551120426101054024030
Binary11010110100110100001000101100010100010110000001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352950; }

 p { color: rgb(53,41,80); }

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

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

 a { background-color: rgb(53,41,80); }

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

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

 span { border-color: rgb(53,41,80); }

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