#3E3D3D

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

Shades of Eclipse #3E3D3D

Tints of Eclipse #3E3D3D

Color information

#3E3D3D (or 0x3E3D3D) is unknown color: approx Eclipse. HEX triplet: 3E, 3D and 3D. RGB value is (62,61,61). Sum of RGB (Red+Green+Blue) = 62+61+61=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3D3D is #C1C2C2. Grayscale: #3D3D3D. Windows color (decimal): -12698307 or 4013374. OLE color: 4013374.

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

Color convert

RGB626161-
CMYK00.020.020.76
HSL0.81%24.12%-
HSV(B)1.61%24.31%-
XYZ4.54.75.08-
YUV61.3127.83128.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=33.70%
G=33.15%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62616100.020.020.7600.8124.12
Hex3E3D3D0224C0118
Octal7675750221140130
Binary1111101111011111010101010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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