#322455

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

Shades of Cherry Pie #322455

Tints of Cherry Pie #322455

Color information

#322455 (or 0x322455) is unknown color: approx Cherry Pie. HEX triplet: 32, 24 and 55. RGB value is (50,36,85). Sum of RGB (Red+Green+Blue) = 50+36+85=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #322455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322455 is #CDDBAA. Grayscale: #2D2D2D. Windows color (decimal): -13491115 or 5579826. OLE color: 5579826.

HSL color Cylindrical-coordinate representation of color #322455: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322455 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB503685-
CMYK0.410.5800.67
HSL257.14º40.5%23.73%-
HSV(B)257.14º57.65%33.33%-
XYZ3.592.68.91-
YUV45.77150.14131.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=29.24%
G=21.05%
B=49.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5036850.410.5800.67257.1440.523.73
Hex322455293A0431012818
Octal6244125517201034015030
Binary11001010010010101011010011110100100001110000000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322455; }

 p { color: rgb(50,36,85); }

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

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

 a { background-color: rgb(50,36,85); }

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

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

 span { border-color: rgb(50,36,85); }

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