#332D55

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

Shades of Cherry Pie #332D55

Tints of Cherry Pie #332D55

Color information

#332D55 (or 0x332D55) is unknown color: approx Cherry Pie. HEX triplet: 33, 2D and 55. RGB value is (51,45,85). Sum of RGB (Red+Green+Blue) = 51+45+85=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #332D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D55 is #CCD2AA. Grayscale: #333333. Windows color (decimal): -13423275 or 5582131. OLE color: 5582131.

HSL color Cylindrical-coordinate representation of color #332D55: hue angle of 249º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332D55 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB514585-
CMYK0.400.4700.67
HSL249º30.77%25.49%-
HSV(B)249º47.06%33.33%-
XYZ3.943.249.01-
YUV51.35146.99127.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=28.18%
G=24.86%
B=46.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5145850.400.4700.6724930.7725.49
Hex332D55282F043f91f19
Octal6355125505701033713731
Binary110011101101101010110100010111101000011111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,85); }

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

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

 a { background-color: rgb(51,45,85); }

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

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

 span { border-color: rgb(51,45,85); }

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