#352D4A

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

Shades of Cherry Pie #352D4A

Tints of Cherry Pie #352D4A

Color information

#352D4A (or 0x352D4A) is unknown color: approx Cherry Pie. HEX triplet: 35, 2D and 4A. RGB value is (53,45,74). Sum of RGB (Red+Green+Blue) = 53+45+74=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #352D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D4A is #CAD2B5. Grayscale: #323232. Windows color (decimal): -13292214 or 4861237. OLE color: 4861237.

HSL color Cylindrical-coordinate representation of color #352D4A: hue angle of 256.55º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #352D4A is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB534574-
CMYK0.280.3900.71
HSL256.55º24.37%23.33%-
HSV(B)256.55º39.19%29.02%-
XYZ3.643.136.89-
YUV50.7141.15129.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=30.81%
G=26.16%
B=43.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5345740.280.3900.71256.5524.3723.33
Hex352D4A1C270471011817
Octal6555112344701074013027
Binary110101101101100101011100100111010001111000000011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,74); }

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

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

 a { background-color: rgb(53,45,74); }

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

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

 span { border-color: rgb(53,45,74); }

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