#3B3150

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

Shades of Cherry Pie #3B3150

Tints of Cherry Pie #3B3150

Color information

#3B3150 (or 0x3B3150) is unknown color: approx Cherry Pie. HEX triplet: 3B, 31 and 50. RGB value is (59,49,80). Sum of RGB (Red+Green+Blue) = 59+49+80=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B3150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3150 is #C4CEAF. Grayscale: #373737. Windows color (decimal): -12897968 or 5255483. OLE color: 5255483.

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

Color convert

RGB594980-
CMYK0.260.3900.69
HSL259.35º24.03%25.29%-
HSV(B)259.35º38.75%31.37%-
XYZ4.353.718.08-
YUV55.52141.81130.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=31.38%
G=26.06%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5949800.260.3900.69259.3524.0325.29
Hex3B31501A270451031819
Octal7361120324701054033031
Binary111011110001101000011010100111010001011000000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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