#3D1F34

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

Shades of Melanzane #3D1F34

Tints of Melanzane #3D1F34

Color information

#3D1F34 (or 0x3D1F34) is unknown color: approx Melanzane. HEX triplet: 3D, 1F and 34. RGB value is (61,31,52). Sum of RGB (Red+Green+Blue) = 61+31+52=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F34 is #C2E0CB. Grayscale: #2A2A2A. Windows color (decimal): -12771532 or 3415869. OLE color: 3415869.

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

Color convert

RGB613152-
CMYK00.490.150.76
HSL318º32.61%18.04%-
HSV(B)318º49.18%23.92%-
XYZ3.032.223.52-
YUV42.36133.44141.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.36%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=42.36%
G=21.53%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61315200.490.150.7631832.6118.04
Hex3D1F34031F4C13e2112
Octal753764061171144764122
Binary1111011111111010001100011111100110010011111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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