#32274F

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

Shades of Cherry Pie #32274F

Tints of Cherry Pie #32274F

Color information

#32274F (or 0x32274F) is unknown color: approx Cherry Pie. HEX triplet: 32, 27 and 4F. RGB value is (50,39,79). Sum of RGB (Red+Green+Blue) = 50+39+79=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #32274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32274F is #CDD8B0. Grayscale: #2E2E2E. Windows color (decimal): -13490353 or 5187378. OLE color: 5187378.

HSL color Cylindrical-coordinate representation of color #32274F: hue angle of 256.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32274F is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB503979-
CMYK0.370.5100.69
HSL256.5º33.9%23.14%-
HSV(B)256.5º50.63%30.98%-
XYZ3.452.697.74-
YUV46.85146.14130.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=29.76%
G=23.21%
B=47.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5039790.370.5100.69256.533.923.14
Hex32274F25330451002217
Octal6247117456301054004227
Binary11001010011110011111001011100110100010110000000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32274F; }

 p { color: rgb(50,39,79); }

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

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

 a { background-color: rgb(50,39,79); }

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

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

 span { border-color: rgb(50,39,79); }

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