#3B2C38

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

Shades of Melanzane #3B2C38

Tints of Melanzane #3B2C38

Color information

#3B2C38 (or 0x3B2C38) is unknown color: approx Melanzane. HEX triplet: 3B, 2C and 38. RGB value is (59,44,56). Sum of RGB (Red+Green+Blue) = 59+44+56=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C38 is #C4D3C7. Grayscale: #313131. Windows color (decimal): -12899272 or 3681339. OLE color: 3681339.

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

Color convert

RGB594456-
CMYK00.250.050.77
HSL312º14.56%20.2%-
HSV(B)312º25.42%23.14%-
XYZ3.423.024.14-
YUV49.85131.47134.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=37.11%
G=27.67%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59445600.250.050.7731214.5620.2
Hex3B2C3801954D138f14
Octal73547003151154701724
Binary1110111011001110000110011011001101100111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,44,56); }

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

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

 a { background-color: rgb(59,44,56); }

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

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

 span { border-color: rgb(59,44,56); }

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