#3E282B

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

Shades of Havana #3E282B

Tints of Havana #3E282B

Color information

#3E282B (or 0x3E282B) is unknown color: approx Havana. HEX triplet: 3E, 28 and 2B. RGB value is (62,40,43). Sum of RGB (Red+Green+Blue) = 62+40+43=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E282B is #C1D7D4. Grayscale: #2E2E2E. Windows color (decimal): -12703701 or 2828350. OLE color: 2828350.

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

Color convert

RGB624043-
CMYK00.350.310.76
HSL351.82º21.57%20%-
HSV(B)351.82º35.48%24.31%-
XYZ3.182.722.64-
YUV46.92125.79138.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.76%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=42.76%
G=27.59%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62404300.350.310.76351.8221.5720
Hex3E282B0231F4C1601614
Octal765053043371145402624
Binary11111010100010101101000111111110011001011000001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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