Html Css Color HEX #393A2F El Paso

📋 copy color: '#393A2F'

red 57 ◦ green 58 ◦ blue 47

#393A2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #393A2F

Tints of El Paso #393A2F

RGB

 RED value IS 57 (22.66% from 255) = 35.19%

 GREEN value IS 58 (23.05% from 255) = 35.8%

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 35.19%
G = 35.8%
B = 29.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#393A2F (or 0x393A2F) is known color: 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

RGB 57 58 47 -
CMYK 0.02 0 0.19 0.77
HSL 65.45º 0.1% 0.21% -
HSV(B) 65.45º 0.19% 0.23% -
XYZ 3.71 4.1 3.29 -
YUV 56.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 57 58 47 0.02 0 0.19 0.77 65.45 0.1 0.21
Hex 39 3A 2F 2 0 13 4D 41 A 15
Octal 71 72 57 2 0 23 115 101 12 25
Binary 111001 111010 101111 10 0 10011 1001101 1000001 1010 10101

Color Harmonies of #393A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A2F

Black with #393A2F

Text Example


Text Example

White with #393A2F

Text Example


Text Example

HTML Codes & Css Web 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>