Html Css Color HEX #393A30 El Paso

📋 copy color: '#393A30'

red 57 ◦ green 58 ◦ blue 48

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

Shades of El Paso #393A30

Tints of El Paso #393A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 34.97%
G = 35.58%
B = 29.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#393A30 (or 0x393A30) is known color: El Paso. HEX triplet: 39, 3A and 30. RGB value is (57,58,48). Sum of RGB (Red+Green+Blue) = 57+58+48=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 58 - color contains mainly: green. Hex color #393A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A30 is #C6C5CF. Grayscale: #383838. Windows color (decimal): -13026768 or 3160633. OLE color: 3160633.

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

Color convert

RGB 57 58 48 -
CMYK 0.02 0 0.17 0.77
HSL 66º 0.09% 0.21% -
HSV(B) 66º 0.17% 0.23% -
XYZ 3.73 4.11 3.39 -
YUV 56.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 57 58 48 0.02 0 0.17 0.77 66 0.09 0.21
Hex 39 3A 30 2 0 11 4D 42 9 15
Octal 71 72 60 2 0 21 115 102 11 25
Binary 111001 111010 110000 10 0 10001 1001101 1000010 1001 10101

Color Harmonies of #393A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A30

Black with #393A30

Text Example


Text Example

White with #393A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #393A30;
 }
 .AnyTagClassName
 {
   color: #393A30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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