#3B3053

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

Shades of Cherry Pie #3B3053

Tints of Cherry Pie #3B3053

Color information

#3B3053 (or 0x3B3053) is unknown color: approx Cherry Pie. HEX triplet: 3B, 30 and 53. RGB value is (59,48,83). Sum of RGB (Red+Green+Blue) = 59+48+83=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3053 is #C4CFAC. Grayscale: #373737. Windows color (decimal): -12898221 or 5451835. OLE color: 5451835.

HSL color Cylindrical-coordinate representation of color #3B3053: hue angle of 258.86º 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 #3B3053 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB594883-
CMYK0.290.4200.67
HSL258.86º26.72%25.69%-
HSV(B)258.86º42.17%32.55%-
XYZ4.423.678.66-
YUV55.28143.64130.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=31.05%
G=25.26%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5948830.290.4200.67258.8626.7225.69
Hex3B30531D2A0431031b1a
Octal7360123355201034033332
Binary111011110000101001111101101010010000111000000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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