#332F4A

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

Shades of Cherry Pie #332F4A

Tints of Cherry Pie #332F4A

Color information

#332F4A (or 0x332F4A) is unknown color: approx Cherry Pie. HEX triplet: 33, 2F and 4A. RGB value is (51,47,74). Sum of RGB (Red+Green+Blue) = 51+47+74=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #332F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F4A is #CCD0B5. Grayscale: #333333. Windows color (decimal): -13422774 or 4861747. OLE color: 4861747.

HSL color Cylindrical-coordinate representation of color #332F4A: hue angle of 248.89º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #332F4A is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB514774-
CMYK0.310.3600.71
HSL248.89º22.31%23.73%-
HSV(B)248.89º36.49%29.02%-
XYZ3.623.236.91-
YUV51.27140.83127.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=29.65%
G=27.33%
B=43.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5147740.310.3600.71248.8922.3123.73
Hex332F4A1F24047f91618
Octal6357112374401073712630
Binary11001110111110010101111110010001000111111110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,47,74); }

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

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

 a { background-color: rgb(51,47,74); }

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

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

 span { border-color: rgb(51,47,74); }

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