#3A1631

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

Shades of Melanzane #3A1631

Tints of Melanzane #3A1631

Color information

#3A1631 (or 0x3A1631) is unknown color: approx Melanzane. HEX triplet: 3A, 16 and 31. RGB value is (58,22,49). Sum of RGB (Red+Green+Blue) = 58+22+49=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1631 is #C5E9CE. Grayscale: #232323. Windows color (decimal): -12970447 or 3216954. OLE color: 3216954.

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

Color convert

RGB582249-
CMYK00.620.160.77
HSL315º45%15.69%-
HSV(B)315º62.07%22.75%-
XYZ2.591.73.1-
YUV35.84135.43143.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=44.96%
G=17.05%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58224900.620.160.773154515.69
Hex3A163103E104D13b2d10
Octal722661076201154735520
Binary11101010110110001011111010000100110110011101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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