#3D1E33

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

Shades of Melanzane #3D1E33

Tints of Melanzane #3D1E33

Color information

#3D1E33 (or 0x3D1E33) is unknown color: approx Melanzane. HEX triplet: 3D, 1E and 33. RGB value is (61,30,51). Sum of RGB (Red+Green+Blue) = 61+30+51=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E33 is #C2E1CC. Grayscale: #292929. Windows color (decimal): -12771789 or 3350077. OLE color: 3350077.

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

Color convert

RGB613051-
CMYK00.510.160.76
HSL319.35º34.07%17.84%-
HSV(B)319.35º50.82%23.92%-
XYZ2.992.163.39-
YUV41.66133.27141.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=42.96%
G=21.13%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61305100.510.160.76319.3534.0717.84
Hex3D1E33033104C13f2212
Octal753663063201144774222
Binary11110111110110011011001110000100110010011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,51); }

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

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

 a { background-color: rgb(61,30,51); }

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

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

 span { border-color: rgb(61,30,51); }

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