#31312F

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

Shades of El Paso #31312F

Tints of El Paso #31312F

Color information

#31312F (or 0x31312F) is unknown color: approx El Paso. HEX triplet: 31, 31 and 2F. RGB value is (49,49,47). Sum of RGB (Red+Green+Blue) = 49+49+47=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31312F is #CECED0. Grayscale: #303030. Windows color (decimal): -13553361 or 3092785. OLE color: 3092785.

HSL color Cylindrical-coordinate representation of color #31312F: hue angle of 60º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #31312F is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB494947-
CMYK000.040.81
HSL60º2.08%18.82%-
HSV(B)60º4.08%19.22%-
XYZ2.883.053.13-
YUV48.77127128.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=33.79%
G=33.79%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494947000.040.81602.0818.82
Hex31312F004513c213
Octal61615700412174223
Binary1100011100011011110010010100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,49,47); }

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

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

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

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

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

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

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