#332850

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

Shades of Cherry Pie #332850

Tints of Cherry Pie #332850

Color information

#332850 (or 0x332850) is unknown color: approx Cherry Pie. HEX triplet: 33, 28 and 50. RGB value is (51,40,80). Sum of RGB (Red+Green+Blue) = 51+40+80=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #332850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332850 is #CCD7AF. Grayscale: #2F2F2F. Windows color (decimal): -13424560 or 5253171. OLE color: 5253171.

HSL color Cylindrical-coordinate representation of color #332850: hue angle of 256.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332850 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB514080-
CMYK0.360.500.69
HSL256.5º33.33%23.53%-
HSV(B)256.5º50%31.37%-
XYZ3.572.87.94-
YUV47.85146.14130.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=29.82%
G=23.39%
B=46.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5140800.360.500.69256.533.3323.53
Hex33285024320451002118
Octal6350120446201054004130
Binary11001110100010100001001001100100100010110000000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332850; }

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

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

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

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

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

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

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

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