Html Css Color HEX #38392F El Paso

📋 copy color: '#38392F'

red 56 ◦ green 57 ◦ blue 47

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

Shades of El Paso #38392F

Tints of El Paso #38392F

RGB

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

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

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

R = 35%
G = 35.63%
B = 29.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38392F (or 0x38392F) is known color: El Paso. HEX triplet: 38, 39 and 2F. RGB value is (56,57,47). Sum of RGB (Red+Green+Blue) = 56+57+47=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 57 - color contains mainly: green. Hex color #38392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38392F is #C7C6D0. Grayscale: #373737. Windows color (decimal): -13092561 or 3094840. OLE color: 3094840.

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

Color convert

RGB 56 57 47 -
CMYK 0.02 0 0.18 0.78
HSL 66º 0.1% 0.2% -
HSV(B) 66º 0.18% 0.22% -
XYZ 3.61 3.97 3.27 -
YUV 55.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 56 57 47 0.02 0 0.18 0.78 66 0.1 0.2
Hex 38 39 2F 2 0 12 4E 42 A 14
Octal 70 71 57 2 0 22 116 102 12 24
Binary 111000 111001 101111 10 0 10010 1001110 1000010 1010 10100

Color Harmonies of #38392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38392F

Black with #38392F

Text Example


Text Example

White with #38392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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