#3D3252

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

Shades of Cherry Pie #3D3252

Tints of Cherry Pie #3D3252

Color information

#3D3252 (or 0x3D3252) is unknown color: approx Cherry Pie. HEX triplet: 3D, 32 and 52. RGB value is (61,50,82). Sum of RGB (Red+Green+Blue) = 61+50+82=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D3252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3252 is #C2CDAD. Grayscale: #383838. Windows color (decimal): -12766638 or 5386813. OLE color: 5386813.

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

Color convert

RGB615082-
CMYK0.260.3900.68
HSL260.62º24.24%25.88%-
HSV(B)260.62º39.02%32.16%-
XYZ4.593.888.49-
YUV56.94142.14130.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=31.61%
G=25.91%
B=42.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6150820.260.3900.68260.6224.2425.88
Hex3D32521A27044105181a
Octal7562122324701044053032
Binary111101110010101001011010100111010001001000001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,82); }

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

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

 a { background-color: rgb(61,50,82); }

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

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

 span { border-color: rgb(61,50,82); }

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