#322D4E

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

Shades of Cherry Pie #322D4E

Tints of Cherry Pie #322D4E

Color information

#322D4E (or 0x322D4E) is unknown color: approx Cherry Pie. HEX triplet: 32, 2D and 4E. RGB value is (50,45,78). Sum of RGB (Red+Green+Blue) = 50+45+78=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #322D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D4E is #CDD2B1. Grayscale: #323232. Windows color (decimal): -13488818 or 5123378. OLE color: 5123378.

HSL color Cylindrical-coordinate representation of color #322D4E: hue angle of 249.09º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #322D4E is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB504578-
CMYK0.360.4200.69
HSL249.09º26.83%24.12%-
HSV(B)249.09º42.31%30.59%-
XYZ3.633.17.62-
YUV50.26143.66127.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 78 (30.86% from 255) = 45.09%
R=28.90%
G=26.01%
B=45.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5045780.360.4200.69249.0926.8324.12
Hex322D4E242A045f91b18
Octal6255116445201053713330
Binary110010101101100111010010010101001000101111110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322D4E; }

 p { color: rgb(50,45,78); }

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

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

 a { background-color: rgb(50,45,78); }

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

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

 span { border-color: rgb(50,45,78); }

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