#3E3232

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

Shades of Eclipse #3E3232

Tints of Eclipse #3E3232

Color information

#3E3232 (or 0x3E3232) is unknown color: approx Eclipse. HEX triplet: 3E, 32 and 32. RGB value is (62,50,50). Sum of RGB (Red+Green+Blue) = 62+50+50=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3232 is #C1CDCD. Grayscale: #353535. Windows color (decimal): -12701134 or 3289662. OLE color: 3289662.

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

Color convert

RGB625050-
CMYK00.190.190.76
HSL10.71%21.96%-
HSV(B)19.35%24.31%-
XYZ3.73.543.5-
YUV53.59125.98134-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.27%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=38.27%
G=30.86%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62505000.190.190.76010.7121.96
Hex3E3232013134C0b16
Octal7662620232311401326
Binary1111101100101100100100111001110011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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