#332B4B

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

Shades of Cherry Pie #332B4B

Tints of Cherry Pie #332B4B

Color information

#332B4B (or 0x332B4B) is unknown color: approx Cherry Pie. HEX triplet: 33, 2B and 4B. RGB value is (51,43,75). Sum of RGB (Red+Green+Blue) = 51+43+75=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #332B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B4B is #CCD4B4. Grayscale: #303030. Windows color (decimal): -13423797 or 4926259. OLE color: 4926259.

HSL color Cylindrical-coordinate representation of color #332B4B: hue angle of 255º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #332B4B is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB514375-
CMYK0.320.4300.71
HSL255º27.12%23.14%-
HSV(B)255º42.67%29.41%-
XYZ3.52.947.04-
YUV49.04142.65129.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=30.18%
G=25.44%
B=44.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5143750.320.4300.7125527.1223.14
Hex332B4B202B047ff1b17
Octal6353113405301073773327
Binary110011101011100101110000010101101000111111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,75); }

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

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

 a { background-color: rgb(51,43,75); }

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

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

 span { border-color: rgb(51,43,75); }

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