#3D2835

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

Shades of Melanzane #3D2835

Tints of Melanzane #3D2835

Color information

#3D2835 (or 0x3D2835) is unknown color: approx Melanzane. HEX triplet: 3D, 28 and 35. RGB value is (61,40,53). Sum of RGB (Red+Green+Blue) = 61+40+53=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2835 is #C2D7CA. Grayscale: #2F2F2F. Windows color (decimal): -12769227 or 3483709. OLE color: 3483709.

HSL color Cylindrical-coordinate representation of color #3D2835: hue angle of 322.86º 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 #3D2835 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB614053-
CMYK00.340.130.76
HSL322.86º20.79%19.8%-
HSV(B)322.86º34.43%23.92%-
XYZ3.332.773.73-
YUV47.76130.96137.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.61%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=39.61%
G=25.97%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61405300.340.130.76322.8620.7919.8
Hex3D2835022D4C1431514
Octal755065042151145032524
Binary1111011010001101010100010110110011001010000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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