#332355

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

Shades of Cherry Pie #332355

Tints of Cherry Pie #332355

Color information

#332355 (or 0x332355) is unknown color: approx Cherry Pie. HEX triplet: 33, 23 and 55. RGB value is (51,35,85). Sum of RGB (Red+Green+Blue) = 51+35+85=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 35 (14.06% from 255 or 20.47% 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 #332355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332355 is #CCDCAA. Grayscale: #2D2D2D. Windows color (decimal): -13425835 or 5579571. OLE color: 5579571.

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

Color convert

RGB513585-
CMYK0.400.5900.67
HSL259.2º41.67%23.53%-
HSV(B)259.2º58.82%33.33%-
XYZ3.612.568.9-
YUV45.48150.3131.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=29.82%
G=20.47%
B=49.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5135850.400.5900.67259.241.6723.53
Hex332355283B0431032a18
Octal6343125507301034035230
Binary11001110001110101011010001110110100001110000001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332355; }

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

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

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

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

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

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

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

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