#332A57

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

Shades of Cherry Pie #332A57

Tints of Cherry Pie #332A57

Color information

#332A57 (or 0x332A57) is unknown color: approx Cherry Pie. HEX triplet: 33, 2A and 57. RGB value is (51,42,87). Sum of RGB (Red+Green+Blue) = 51+42+87=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #332A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A57 is #CCD5A8. Grayscale: #313131. Windows color (decimal): -13424041 or 5712435. OLE color: 5712435.

HSL color Cylindrical-coordinate representation of color #332A57: hue angle of 252º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #332A57 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB514287-
CMYK0.410.5200.66
HSL252º34.88%25.29%-
HSV(B)252º51.72%34.12%-
XYZ3.913.059.4-
YUV49.82148.98128.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 42 (16.80% from 255) = 23.33%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=28.33%
G=23.33%
B=48.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5142870.410.5200.6625234.8825.29
Hex332A572934042fc2319
Octal6352127516401023744331
Binary1100111010101010111101001110100010000101111110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A57; }

 p { color: rgb(51,42,87); }

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

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

 a { background-color: rgb(51,42,87); }

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

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

 span { border-color: rgb(51,42,87); }

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