#3B3152

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

Shades of Cherry Pie #3B3152

Tints of Cherry Pie #3B3152

Color information

#3B3152 (or 0x3B3152) is unknown color: approx Cherry Pie. HEX triplet: 3B, 31 and 52. RGB value is (59,49,82). Sum of RGB (Red+Green+Blue) = 59+49+82=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B3152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3152 is #C4CEAD. Grayscale: #373737. Windows color (decimal): -12897966 or 5386555. OLE color: 5386555.

HSL color Cylindrical-coordinate representation of color #3B3152: hue angle of 258.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B3152 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB594982-
CMYK0.280.4000.68
HSL258.18º25.19%25.69%-
HSV(B)258.18º40.24%32.16%-
XYZ4.423.748.47-
YUV55.75142.81130.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=31.05%
G=25.79%
B=43.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5949820.280.4000.68258.1825.1925.69
Hex3B31521C28044102191a
Octal7361122345001044023132
Binary111011110001101001011100101000010001001000000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,82); }

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

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

 a { background-color: rgb(59,49,82); }

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

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

 span { border-color: rgb(59,49,82); }

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