#322855

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

Shades of Cherry Pie #322855

Tints of Cherry Pie #322855

Color information

#322855 (or 0x322855) is unknown color: approx Cherry Pie. HEX triplet: 32, 28 and 55. RGB value is (50,40,85). Sum of RGB (Red+Green+Blue) = 50+40+85=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #322855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322855 is #CDD7AA. Grayscale: #2F2F2F. Windows color (decimal): -13490091 or 5580850. OLE color: 5580850.

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

Color convert

RGB504085-
CMYK0.410.5300.67
HSL253.33º36%24.51%-
HSV(B)253.33º52.94%33.33%-
XYZ3.712.858.95-
YUV48.12148.81129.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=28.57%
G=22.86%
B=48.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5040850.410.5300.67253.333624.51
Hex3228552935043fd2419
Octal6250125516501033754431
Binary1100101010001010101101001110101010000111111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322855; }

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

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

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

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

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

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

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

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