#3A1E31

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

Shades of Melanzane #3A1E31

Tints of Melanzane #3A1E31

Color information

#3A1E31 (or 0x3A1E31) is unknown color: approx Melanzane. HEX triplet: 3A, 1E and 31. RGB value is (58,30,49). Sum of RGB (Red+Green+Blue) = 58+30+49=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E31 is #C5E1CE. Grayscale: #282828. Windows color (decimal): -12968399 or 3219002. OLE color: 3219002.

HSL color Cylindrical-coordinate representation of color #3A1E31: hue angle of 319.29º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A1E31 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB583049-
CMYK00.480.160.77
HSL319.29º31.82%17.25%-
HSV(B)319.29º48.28%22.75%-
XYZ2.762.053.16-
YUV40.54132.78140.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.34%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=42.34%
G=21.90%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58304900.480.160.77319.2931.8217.25
Hex3A1E31030104D13f2011
Octal723661060201154774021
Binary11101011110110001011000010000100110110011111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,30,49); }

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

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

 a { background-color: rgb(58,30,49); }

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

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

 span { border-color: rgb(58,30,49); }

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