#332A54

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

Shades of Cherry Pie #332A54

Tints of Cherry Pie #332A54

Color information

#332A54 (or 0x332A54) is unknown color: approx Cherry Pie. HEX triplet: 33, 2A and 54. RGB value is (51,42,84). Sum of RGB (Red+Green+Blue) = 51+42+84=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #332A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A54 is #CCD5AB. Grayscale: #313131. Windows color (decimal): -13424044 or 5515827. OLE color: 5515827.

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

Color convert

RGB514284-
CMYK0.390.500.67
HSL252.86º33.33%24.71%-
HSV(B)252.86º50%32.94%-
XYZ3.7938.77-
YUV49.48147.48129.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=28.81%
G=23.73%
B=47.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5142840.390.500.67252.8633.3324.71
Hex332A542732043fd2119
Octal6352124476201033754131
Binary1100111010101010100100111110010010000111111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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