#332D4C

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

Shades of Cherry Pie #332D4C

Tints of Cherry Pie #332D4C

Color information

#332D4C (or 0x332D4C) is unknown color: approx Cherry Pie. HEX triplet: 33, 2D and 4C. RGB value is (51,45,76). Sum of RGB (Red+Green+Blue) = 51+45+76=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #332D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D4C is #CCD2B3. Grayscale: #323232. Windows color (decimal): -13423284 or 4992307. OLE color: 4992307.

HSL color Cylindrical-coordinate representation of color #332D4C: hue angle of 251.61º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #332D4C is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB514576-
CMYK0.330.4100.70
HSL251.61º25.62%23.73%-
HSV(B)251.61º40.79%29.8%-
XYZ3.613.17.25-
YUV50.33142.49128.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=29.65%
G=26.16%
B=44.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5145760.330.4100.70251.6125.6223.73
Hex332D4C2129046fc1a18
Octal6355114415101063743230
Binary110011101101100110010000110100101000110111111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,76); }

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

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

 a { background-color: rgb(51,45,76); }

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

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

 span { border-color: rgb(51,45,76); }

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