#3B2937

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

Shades of Melanzane #3B2937

Tints of Melanzane #3B2937

Color information

#3B2937 (or 0x3B2937) is unknown color: approx Melanzane. HEX triplet: 3B, 29 and 37. RGB value is (59,41,55). Sum of RGB (Red+Green+Blue) = 59+41+55=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2937 is #C4D6C8. Grayscale: #2F2F2F. Windows color (decimal): -12900041 or 3615035. OLE color: 3615035.

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

Color convert

RGB594155-
CMYK00.310.070.77
HSL313.33º18%19.61%-
HSV(B)313.33º30.51%23.14%-
XYZ3.292.793.98-
YUV47.98131.96135.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=38.06%
G=26.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59415500.310.070.77313.331819.61
Hex3B293701F74D1391214
Octal73516703771154712224
Binary11101110100111011101111111110011011001110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,55); }

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

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

 a { background-color: rgb(59,41,55); }

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

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

 span { border-color: rgb(59,41,55); }

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