#332A53

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

Shades of Cherry Pie #332A53

Tints of Cherry Pie #332A53

Color information

#332A53 (or 0x332A53) is unknown color: approx Cherry Pie. HEX triplet: 33, 2A and 53. RGB value is (51,42,83). Sum of RGB (Red+Green+Blue) = 51+42+83=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #332A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A53 is #CCD5AC. Grayscale: #313131. Windows color (decimal): -13424045 or 5450291. OLE color: 5450291.

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

Color convert

RGB514283-
CMYK0.390.4900.67
HSL253.17º32.8%24.51%-
HSV(B)253.17º49.4%32.55%-
XYZ3.752.988.56-
YUV49.36146.98129.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=28.98%
G=23.86%
B=47.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5142830.390.4900.67253.1732.824.51
Hex332A532731043fd2119
Octal6352123476101033754131
Binary1100111010101010011100111110001010000111111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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