#3A2D50

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

Shades of Cherry Pie #3A2D50

Tints of Cherry Pie #3A2D50

Color information

#3A2D50 (or 0x3A2D50) is unknown color: approx Cherry Pie. HEX triplet: 3A, 2D and 50. RGB value is (58,45,80). Sum of RGB (Red+Green+Blue) = 58+45+80=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2D50 is #C5D2AF. Grayscale: #343434. Windows color (decimal): -12964528 or 5254458. OLE color: 5254458.

HSL color Cylindrical-coordinate representation of color #3A2D50: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A2D50 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB584580-
CMYK0.280.4400.69
HSL262.29º28%24.51%-
HSV(B)262.29º43.75%31.37%-
XYZ4.133.368.02-
YUV52.88143.31131.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=31.69%
G=24.59%
B=43.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5845800.280.4400.69262.292824.51
Hex3A2D501C2C0451061c19
Octal7255120345401054063431
Binary111010101101101000011100101100010001011000001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2D50; }

 p { color: rgb(58,45,80); }

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

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

 a { background-color: rgb(58,45,80); }

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

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

 span { border-color: rgb(58,45,80); }

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