#3D3056

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

Shades of Cherry Pie #3D3056

Tints of Cherry Pie #3D3056

Color information

#3D3056 (or 0x3D3056) is unknown color: approx Cherry Pie. HEX triplet: 3D, 30 and 56. RGB value is (61,48,86). Sum of RGB (Red+Green+Blue) = 61+48+86=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D3056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3056 is #C2CFA9. Grayscale: #383838. Windows color (decimal): -12767146 or 5648445. OLE color: 5648445.

HSL color Cylindrical-coordinate representation of color #3D3056: hue angle of 260.53º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D3056 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB614886-
CMYK0.290.4400.66
HSL260.53º28.36%26.27%-
HSV(B)260.53º44.19%33.73%-
XYZ4.663.789.29-
YUV56.22144.81131.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=31.28%
G=24.62%
B=44.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6148860.290.4400.66260.5328.3626.27
Hex3D30561D2C0421051c1a
Octal7560126355401024053432
Binary111101110000101011011101101100010000101000001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,48,86); }

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

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

 a { background-color: rgb(61,48,86); }

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

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

 span { border-color: rgb(61,48,86); }

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