#332755

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

Shades of Cherry Pie #332755

Tints of Cherry Pie #332755

Color information

#332755 (or 0x332755) is unknown color: approx Cherry Pie. HEX triplet: 33, 27 and 55. RGB value is (51,39,85). Sum of RGB (Red+Green+Blue) = 51+39+85=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 39 (15.62% from 255 or 22.29% 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 #332755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332755 is #CCD8AA. Grayscale: #2F2F2F. Windows color (decimal): -13424811 or 5580595. OLE color: 5580595.

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

Color convert

RGB513985-
CMYK0.400.5400.67
HSL255.65º37.1%24.31%-
HSV(B)255.65º54.12%33.33%-
XYZ3.732.818.94-
YUV47.83148.98130.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=29.14%
G=22.29%
B=48.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5139850.400.5400.67255.6537.124.31
Hex33275528360431002518
Octal6347125506601034004530
Binary11001110011110101011010001101100100001110000000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332755; }

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

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

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

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

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

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

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

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