#332F4B

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

Shades of Cherry Pie #332F4B

Tints of Cherry Pie #332F4B

Color information

#332F4B (or 0x332F4B) is unknown color: approx Cherry Pie. HEX triplet: 33, 2F and 4B. RGB value is (51,47,75). Sum of RGB (Red+Green+Blue) = 51+47+75=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #332F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F4B is #CCD0B4. Grayscale: #333333. Windows color (decimal): -13422773 or 4927283. OLE color: 4927283.

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

Color convert

RGB514775-
CMYK0.320.3700.71
HSL248.57º22.95%23.92%-
HSV(B)248.57º37.33%29.41%-
XYZ3.653.247.09-
YUV51.39141.33127.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=29.48%
G=27.17%
B=43.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5147750.320.3700.71248.5722.9523.92
Hex332F4B2025047f91718
Octal6357113404501073712730
Binary110011101111100101110000010010101000111111110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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