#3B2953

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

Shades of Cherry Pie #3B2953

Tints of Cherry Pie #3B2953

Color information

#3B2953 (or 0x3B2953) is unknown color: approx Cherry Pie. HEX triplet: 3B, 29 and 53. RGB value is (59,41,83). Sum of RGB (Red+Green+Blue) = 59+41+83=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2953 is #C4D6AC. Grayscale: #333333. Windows color (decimal): -12900013 or 5450043. OLE color: 5450043.

HSL color Cylindrical-coordinate representation of color #3B2953: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B2953 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB594183-
CMYK0.290.5100.67
HSL265.71º33.87%24.31%-
HSV(B)265.71º50.6%32.55%-
XYZ4.163.148.57-
YUV51.17145.96133.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.24%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=32.24%
G=22.40%
B=45.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5941830.290.5100.67265.7133.8724.31
Hex3B29531D3304310a2218
Octal7351123356301034124230
Binary1110111010011010011111011100110100001110000101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,83); }

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

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

 a { background-color: rgb(59,41,83); }

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

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

 span { border-color: rgb(59,41,83); }

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