#352D4B

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

Shades of Cherry Pie #352D4B

Tints of Cherry Pie #352D4B

Color information

#352D4B (or 0x352D4B) is unknown color: approx Cherry Pie. HEX triplet: 35, 2D and 4B. RGB value is (53,45,75). Sum of RGB (Red+Green+Blue) = 53+45+75=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #352D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D4B is #CAD2B4. Grayscale: #323232. Windows color (decimal): -13292213 or 4926773. OLE color: 4926773.

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

Color convert

RGB534575-
CMYK0.290.4000.71
HSL256º25%23.53%-
HSV(B)256º40%29.41%-
XYZ3.683.147.07-
YUV50.81141.65129.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=30.64%
G=26.01%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5345750.290.4000.712562523.53
Hex352D4B1D280471001918
Octal6555113355001074003130
Binary110101101101100101111101101000010001111000000001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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