#3E2E31

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

Shades of Havana #3E2E31

Tints of Havana #3E2E31

Color information

#3E2E31 (or 0x3E2E31) is unknown color: approx Havana. HEX triplet: 3E, 2E and 31. RGB value is (62,46,49). Sum of RGB (Red+Green+Blue) = 62+46+49=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E31 is #C1D1CE. Grayscale: #333333. Windows color (decimal): -12702159 or 3223102. OLE color: 3223102.

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

Color convert

RGB624649-
CMYK00.260.210.76
HSL348.75º14.81%21.18%-
HSV(B)348.75º25.81%24.31%-
XYZ3.523.23.34-
YUV51.13126.8135.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.49%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=39.49%
G=29.30%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62464900.260.210.76348.7514.8121.18
Hex3E2E3101A154C15df15
Octal765661032251145351725
Binary111110101110110001011010101011001100101011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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