#393A2F

Color #393A2F El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #393A2F

Tints of El Paso #393A2F

Color information

#393A2F (or 0x393A2F) is unknown color: approx El Paso. HEX triplet: 39, 3A and 2F. RGB value is (57,58,47). Sum of RGB (Red+Green+Blue) = 57+58+47=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 58 - color contains mainly: green. Hex color #393A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A2F is #C6C5D0. Grayscale: #383838. Windows color (decimal): -13026769 or 3095097. OLE color: 3095097.

HSL color Cylindrical-coordinate representation of color #393A2F: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #393A2F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB575847-
CMYK0.0200.190.77
HSL65.45º10.48%20.59%-
HSV(B)65.45º18.97%22.75%-
XYZ3.714.13.29-
YUV56.45122.67128.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=35.19%
G=35.80%
B=29.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5758470.0200.190.7765.4510.4820.59
Hex393A2F20134D41a15
Octal71725720231151011225
Binary1110011110101011111001001110011011000001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393A2F; }

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

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

<style>
 a { background-color: #393A2F; }

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

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

<style>
 span { border-color: #393A2F; }

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

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