#38391F

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

Shades of El Paso #38391F

Tints of El Paso #38391F

Color information

#38391F (or 0x38391F) is unknown color: approx El Paso. HEX triplet: 38, 39 and 1F. RGB value is (56,57,31). Sum of RGB (Red+Green+Blue) = 56+57+31=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #38391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38391F is #C7C6E0. Grayscale: #353535. Windows color (decimal): -13092577 or 2046264. OLE color: 2046264.

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

Color convert

RGB565731-
CMYK0.0200.460.78
HSL62.31º29.55%17.25%-
HSV(B)62.31º45.61%22.35%-
XYZ3.343.871.87-
YUV53.74115.17129.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=38.89%
G=39.58%
B=21.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657310.0200.460.7862.3129.5517.25
Hex38391F202E4E3e1e11
Octal7071372056116763621
Binary1110001110011111110010111010011101111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38391F;
 }
 .AnyTagClassName
 {
   color: #38391F;
 }
</style>
background-color css

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

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

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

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

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

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