#3A2B36

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

Shades of Melanzane #3A2B36

Tints of Melanzane #3A2B36

Color information

#3A2B36 (or 0x3A2B36) is unknown color: approx Melanzane. HEX triplet: 3A, 2B and 36. RGB value is (58,43,54). Sum of RGB (Red+Green+Blue) = 58+43+54=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B36 is #C5D4C9. Grayscale: #303030. Windows color (decimal): -12965066 or 3550010. OLE color: 3550010.

HSL color Cylindrical-coordinate representation of color #3A2B36: hue angle of 316º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A2B36 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB584354-
CMYK00.260.070.77
HSL316º14.85%19.8%-
HSV(B)316º25.86%22.75%-
XYZ3.272.893.88-
YUV48.74130.97134.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=37.42%
G=27.74%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58435400.260.070.7731614.8519.8
Hex3A2B3601A74D13cf14
Octal72536603271154741724
Binary1110101010111101100110101111001101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,43,54); }

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

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

 a { background-color: rgb(58,43,54); }

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

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

 span { border-color: rgb(58,43,54); }

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