#3E3434

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

Shades of Eclipse #3E3434

Tints of Eclipse #3E3434

Color information

#3E3434 (or 0x3E3434) is unknown color: approx Eclipse. HEX triplet: 3E, 34 and 34. RGB value is (62,52,52). Sum of RGB (Red+Green+Blue) = 62+52+52=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3434 is #C1CBCB. Grayscale: #373737. Windows color (decimal): -12700620 or 3421246. OLE color: 3421246.

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

Color convert

RGB625252-
CMYK00.160.160.76
HSL8.77%22.35%-
HSV(B)16.13%24.31%-
XYZ3.833.733.77-
YUV54.99126.31133-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.35%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=37.35%
G=31.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62525200.160.160.7608.7722.35
Hex3E3434010104C0916
Octal7664640202011401126
Binary1111101101001101000100001000010011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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