#3A3053

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

Shades of Cherry Pie #3A3053

Tints of Cherry Pie #3A3053

Color information

#3A3053 (or 0x3A3053) is unknown color: approx Cherry Pie. HEX triplet: 3A, 30 and 53. RGB value is (58,48,83). Sum of RGB (Red+Green+Blue) = 58+48+83=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A3053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3053 is #C5CFAC. Grayscale: #363636. Windows color (decimal): -12963757 or 5451834. OLE color: 5451834.

HSL color Cylindrical-coordinate representation of color #3A3053: hue angle of 257.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A3053 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB584883-
CMYK0.300.4200.67
HSL257.14º26.72%25.69%-
HSV(B)257.14º42.17%32.55%-
XYZ4.363.648.66-
YUV54.98143.81130.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=30.69%
G=25.40%
B=43.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5848830.300.4200.67257.1426.7225.69
Hex3A30531E2A0431011b1a
Octal7260123365201034013332
Binary111010110000101001111110101010010000111000000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,83); }

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

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

 a { background-color: rgb(58,48,83); }

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

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

 span { border-color: rgb(58,48,83); }

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