#352850

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

Shades of Cherry Pie #352850

Tints of Cherry Pie #352850

Color information

#352850 (or 0x352850) is unknown color: approx Cherry Pie. HEX triplet: 35, 28 and 50. RGB value is (53,40,80). Sum of RGB (Red+Green+Blue) = 53+40+80=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #352850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352850 is #CAD7AF. Grayscale: #303030. Windows color (decimal): -13293488 or 5253173. OLE color: 5253173.

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

Color convert

RGB534080-
CMYK0.340.500.69
HSL259.5º33.33%23.53%-
HSV(B)259.5º50%31.37%-
XYZ3.672.857.95-
YUV48.45145.81131.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=30.64%
G=23.12%
B=46.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5340800.340.500.69259.533.3323.53
Hex35285022320451042118
Octal6550120426201054044130
Binary11010110100010100001000101100100100010110000010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352850; }

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

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

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

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

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

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

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

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