Html Css Color HEX #38392A El Paso

📋 copy color: '#38392A'

red 56 ◦ green 57 ◦ blue 42

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

Shades of El Paso #38392A

Tints of El Paso #38392A

RGB

 RED value IS 56 (22.27% from 255) = 36.13%

 GREEN value IS 57 (22.66% from 255) = 36.77%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 36.13%
G = 36.77%
B = 27.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#38392A (or 0x38392A) is known color: El Paso. HEX triplet: 38, 39 and 2A. RGB value is (56,57,42). Sum of RGB (Red+Green+Blue) = 56+57+42=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #38392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38392A is #C7C6D5. Grayscale: #373737. Windows color (decimal): -13092566 or 2767160. OLE color: 2767160.

HSL color Cylindrical-coordinate representation of color #38392A: hue angle of 64º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38392A is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 57 42 -
CMYK 0.02 0 0.26 0.78
HSL 64º 0.15% 0.19% -
HSV(B) 64º 0.26% 0.22% -
XYZ 3.51 3.93 2.76 -
YUV 54.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 56 57 42 0.02 0 0.26 0.78 64 0.15 0.19
Hex 38 39 2A 2 0 1A 4E 40 F 13
Octal 70 71 52 2 0 32 116 100 17 23
Binary 111000 111001 101010 10 0 11010 1001110 1000000 1111 10011

Color Harmonies of #38392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38392A

Black with #38392A

Text Example


Text Example

White with #38392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38392A; }

 p { color: rgb(56,57,42); }

 H1.HeaderClassName
 {
   color: #38392A;
 }
 .AnyTagClassName
 {
   color: #38392A;
 }
</style>

background-color css

<style>
 a { background-color: #38392A; }

 a { background-color: rgb(56,57,42); }

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

border-color css

<style>
 span { border-color: #38392A; }

 span { border-color: rgb(56,57,42); }

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