#3D2534

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

Shades of Melanzane #3D2534

Tints of Melanzane #3D2534

Color information

#3D2534 (or 0x3D2534) is unknown color: approx Melanzane. HEX triplet: 3D, 25 and 34. RGB value is (61,37,52). Sum of RGB (Red+Green+Blue) = 61+37+52=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2534 is #C2DACB. Grayscale: #2D2D2D. Windows color (decimal): -12769996 or 3417405. OLE color: 3417405.

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

Color convert

RGB613752-
CMYK00.390.150.76
HSL322.5º24.49%19.22%-
HSV(B)322.5º39.34%23.92%-
XYZ3.212.563.57-
YUV45.89131.45138.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=40.67%
G=24.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61375200.390.150.76322.524.4919.22
Hex3D2534027F4C1421813
Octal754564047171145023023
Binary1111011001011101000100111111110011001010000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,52); }

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

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

 a { background-color: rgb(61,37,52); }

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

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

 span { border-color: rgb(61,37,52); }

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