#3D2836

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

Shades of Melanzane #3D2836

Tints of Melanzane #3D2836

Color information

#3D2836 (or 0x3D2836) is unknown color: approx Melanzane. HEX triplet: 3D, 28 and 36. RGB value is (61,40,54). Sum of RGB (Red+Green+Blue) = 61+40+54=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2836 is #C2D7C9. Grayscale: #2F2F2F. Windows color (decimal): -12769226 or 3549245. OLE color: 3549245.

HSL color Cylindrical-coordinate representation of color #3D2836: hue angle of 320º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D2836 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB614054-
CMYK00.340.110.76
HSL320º20.79%19.8%-
HSV(B)320º34.43%23.92%-
XYZ3.352.783.85-
YUV47.87131.46137.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=39.35%
G=25.81%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61405400.340.110.7632020.7919.8
Hex3D2836022B4C1401514
Octal755066042131145002524
Binary1111011010001101100100010101110011001010000001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,54); }

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

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

 a { background-color: rgb(61,40,54); }

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

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

 span { border-color: rgb(61,40,54); }

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