#332D50

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

Shades of Cherry Pie #332D50

Tints of Cherry Pie #332D50

Color information

#332D50 (or 0x332D50) is unknown color: approx Cherry Pie. HEX triplet: 33, 2D and 50. RGB value is (51,45,80). Sum of RGB (Red+Green+Blue) = 51+45+80=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #332D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D50 is #CCD2AF. Grayscale: #323232. Windows color (decimal): -13423280 or 5254451. OLE color: 5254451.

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

Color convert

RGB514580-
CMYK0.360.4400.69
HSL250.29º28%24.51%-
HSV(B)250.29º43.75%31.37%-
XYZ3.753.168-
YUV50.78144.49128.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=28.98%
G=25.57%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5145800.360.4400.69250.292824.51
Hex332D50242C045fa1c19
Octal6355120445401053723431
Binary110011101101101000010010010110001000101111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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