#352B4F

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

Shades of Cherry Pie #352B4F

Tints of Cherry Pie #352B4F

Color information

#352B4F (or 0x352B4F) is unknown color: approx Cherry Pie. HEX triplet: 35, 2B and 4F. RGB value is (53,43,79). Sum of RGB (Red+Green+Blue) = 53+43+79=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #352B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B4F is #CAD4B0. Grayscale: #313131. Windows color (decimal): -13292721 or 5188405. OLE color: 5188405.

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

Color convert

RGB534379-
CMYK0.330.4600.69
HSL256.67º29.51%23.92%-
HSV(B)256.67º45.57%30.98%-
XYZ3.743.057.79-
YUV50.09144.31130.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=30.29%
G=24.57%
B=45.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5343790.330.4600.69256.6729.5123.92
Hex352B4F212E0451011e18
Octal6553117415601054013630
Binary1101011010111001111100001101110010001011000000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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