#3B3037

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

Shades of Melanzane #3B3037

Tints of Melanzane #3B3037

Color information

#3B3037 (or 0x3B3037) is unknown color: approx Melanzane. HEX triplet: 3B, 30 and 37. RGB value is (59,48,55). Sum of RGB (Red+Green+Blue) = 59+48+55=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3037 is #C4CFC8. Grayscale: #343434. Windows color (decimal): -12898249 or 3616827. OLE color: 3616827.

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

Color convert

RGB594855-
CMYK00.190.070.77
HSL321.82º10.28%20.98%-
HSV(B)321.82º18.64%23.14%-
XYZ3.553.324.07-
YUV52.09129.64132.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.42%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=36.42%
G=29.63%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59485500.190.070.77321.8210.2820.98
Hex3B303701374D142a15
Octal73606702371155021225
Binary1110111100001101110100111111001101101000010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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