#332A4F

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

Shades of Cherry Pie #332A4F

Tints of Cherry Pie #332A4F

Color information

#332A4F (or 0x332A4F) is unknown color: approx Cherry Pie. HEX triplet: 33, 2A and 4F. RGB value is (51,42,79). Sum of RGB (Red+Green+Blue) = 51+42+79=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #332A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A4F is #CCD5B0. Grayscale: #303030. Windows color (decimal): -13424049 or 5188147. OLE color: 5188147.

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

Color convert

RGB514279-
CMYK0.350.4700.69
HSL254.59º30.58%23.73%-
HSV(B)254.59º46.84%30.98%-
XYZ3.62.927.77-
YUV48.91144.98129.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=29.65%
G=24.42%
B=45.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5142790.350.4700.69254.5930.5823.73
Hex332A4F232F045ff1f18
Octal6352117435701053773730
Binary110011101010100111110001110111101000101111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,42,79); }

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

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

 a { background-color: rgb(51,42,79); }

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

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

 span { border-color: rgb(51,42,79); }

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