#332E52

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

Shades of Cherry Pie #332E52

Tints of Cherry Pie #332E52

Color information

#332E52 (or 0x332E52) is unknown color: approx Cherry Pie. HEX triplet: 33, 2E and 52. RGB value is (51,46,82). Sum of RGB (Red+Green+Blue) = 51+46+82=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #332E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E52 is #CCD1AD. Grayscale: #333333. Windows color (decimal): -13423022 or 5385779. OLE color: 5385779.

HSL color Cylindrical-coordinate representation of color #332E52: hue angle of 248.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #332E52 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB514682-
CMYK0.380.4400.68
HSL248.33º28.12%25.1%-
HSV(B)248.33º43.9%32.16%-
XYZ3.873.278.41-
YUV51.6145.16127.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 82 (32.42% from 255) = 45.81%
R=28.49%
G=25.70%
B=45.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5146820.380.4400.68248.3328.1225.1
Hex332E52262C044f81c19
Octal6356122465401043703431
Binary110011101110101001010011010110001000100111110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,46,82); }

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

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

 a { background-color: rgb(51,46,82); }

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

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

 span { border-color: rgb(51,46,82); }

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