#3E393A

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

Shades of Jon #3E393A

Tints of Jon #3E393A

Color information

#3E393A (or 0x3E393A) is unknown color: approx Jon. HEX triplet: 3E, 39 and 3A. RGB value is (62,57,58). Sum of RGB (Red+Green+Blue) = 62+57+58=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 62 - color contains mainly: red. Hex color #3E393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E393A is #C1C6C5. Grayscale: #3A3A3A. Windows color (decimal): -12699334 or 3815742. OLE color: 3815742.

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

Color convert

RGB625758-
CMYK00.080.060.76
HSL348º4.2%23.33%-
HSV(B)348º8.06%24.31%-
XYZ4.214.264.6-
YUV58.61127.66130.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=35.03%
G=32.20%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62575800.080.060.763484.223.33
Hex3E393A0864C15c417
Octal7671720106114534427
Binary11111011100111101001000110100110010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,58); }

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

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

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

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

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

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

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