#3D2E53

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

Shades of Cherry Pie #3D2E53

Tints of Cherry Pie #3D2E53

Color information

#3D2E53 (or 0x3D2E53) is unknown color: approx Cherry Pie. HEX triplet: 3D, 2E and 53. RGB value is (61,46,83). Sum of RGB (Red+Green+Blue) = 61+46+83=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 46 (18.36% from 255 or 24.21% 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 #3D2E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2E53 is #C2D1AC. Grayscale: #363636. Windows color (decimal): -12767661 or 5451325. OLE color: 5451325.

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

Color convert

RGB614683-
CMYK0.270.4500.67
HSL264.32º28.68%25.29%-
HSV(B)264.32º44.58%32.55%-
XYZ4.463.578.64-
YUV54.7143.97132.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=32.11%
G=24.21%
B=43.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6146830.270.4500.67264.3228.6825.29
Hex3D2E531B2D0431081d19
Octal7556123335501034103531
Binary111101101110101001111011101101010000111000010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,83); }

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

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

 a { background-color: rgb(61,46,83); }

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

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

 span { border-color: rgb(61,46,83); }

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