#352F4F

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

Shades of Cherry Pie #352F4F

Tints of Cherry Pie #352F4F

Color information

#352F4F (or 0x352F4F) is unknown color: approx Cherry Pie. HEX triplet: 35, 2F and 4F. RGB value is (53,47,79). Sum of RGB (Red+Green+Blue) = 53+47+79=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #352F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F4F is #CAD0B0. Grayscale: #343434. Windows color (decimal): -13291697 or 5189429. OLE color: 5189429.

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

Color convert

RGB534779-
CMYK0.330.4100.69
HSL251.25º25.4%24.71%-
HSV(B)251.25º40.51%30.98%-
XYZ3.93.357.84-
YUV52.44142.99128.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=29.61%
G=26.26%
B=44.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5347790.330.4100.69251.2525.424.71
Hex352F4F2129045fb1919
Octal6557117415101053733131
Binary110101101111100111110000110100101000101111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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