#393A2D

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

Shades of El Paso #393A2D

Tints of El Paso #393A2D

Color information

#393A2D (or 0x393A2D) is unknown color: approx El Paso. HEX triplet: 39, 3A and 2D. RGB value is (57,58,45). Sum of RGB (Red+Green+Blue) = 57+58+45=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 58 - color contains mainly: green. Hex color #393A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A2D is #C6C5D2. Grayscale: #383838. Windows color (decimal): -13026771 or 2964025. OLE color: 2964025.

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

Color convert

RGB575845-
CMYK0.0200.220.77
HSL64.62º12.62%20.2%-
HSV(B)64.62º22.41%22.75%-
XYZ3.674.093.08-
YUV56.22121.67128.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=35.62%
G=36.25%
B=28.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5758450.0200.220.7764.6212.6220.2
Hex393A2D20164D41d14
Octal71725520261151011524
Binary1110011110101011011001011010011011000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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