#38392F

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

Shades of El Paso #38392F

Tints of El Paso #38392F

Color information

#38392F (or 0x38392F) is unknown color: approx 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

RGB565747-
CMYK0.0200.180.78
HSL66º9.62%20.39%-
HSV(B)66º17.54%22.35%-
XYZ3.613.973.27-
YUV55.56123.17128.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=35%
G=35.62%
B=29.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657470.0200.180.78669.6220.39
Hex38392F20124E42a14
Octal70715720221161021224
Binary1110001110011011111001001010011101000010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>