#3E3132

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

Shades of Havana #3E3132

Tints of Havana #3E3132

Color information

#3E3132 (or 0x3E3132) is unknown color: approx Havana. HEX triplet: 3E, 31 and 32. RGB value is (62,49,50). Sum of RGB (Red+Green+Blue) = 62+49+50=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3132 is #C1CECD. Grayscale: #353535. Windows color (decimal): -12701390 or 3289406. OLE color: 3289406.

HSL color Cylindrical-coordinate representation of color #3E3132: hue angle of 355.38º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3132 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB624950-
CMYK00.210.190.76
HSL355.38º11.71%21.76%-
HSV(B)355.38º20.97%24.31%-
XYZ3.663.453.49-
YUV53126.31134.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=38.51%
G=30.43%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62495000.210.190.76355.3811.7121.76
Hex3E3132015134C163c16
Octal766162025231145431426
Binary111110110001110010010101100111001100101100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,50); }

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

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

 a { background-color: rgb(62,49,50); }

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

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

 span { border-color: rgb(62,49,50); }

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