#3E292B

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

Shades of Havana #3E292B

Tints of Havana #3E292B

Color information

#3E292B (or 0x3E292B) is unknown color: approx Havana. HEX triplet: 3E, 29 and 2B. RGB value is (62,41,43). Sum of RGB (Red+Green+Blue) = 62+41+43=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E292B is #C1D6D4. Grayscale: #2F2F2F. Windows color (decimal): -12703445 or 2828606. OLE color: 2828606.

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

Color convert

RGB624143-
CMYK00.340.310.76
HSL354.29º20.39%20.2%-
HSV(B)354.29º33.87%24.31%-
XYZ3.222.782.65-
YUV47.51125.46138.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.47%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=42.47%
G=28.08%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62414300.340.310.76354.2920.3920.2
Hex3E292B0221F4C1621414
Octal765153042371145422424
Binary11111010100110101101000101111110011001011000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,43); }

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

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

 a { background-color: rgb(62,41,43); }

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

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

 span { border-color: rgb(62,41,43); }

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