#313130

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

Shades of El Paso #313130

Tints of El Paso #313130

Color information

#313130 (or 0x313130) is unknown color: approx El Paso. HEX triplet: 31, 31 and 30. RGB value is (49,49,48). Sum of RGB (Red+Green+Blue) = 49+49+48=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313130 is #CECECF. Grayscale: #303030. Windows color (decimal): -13553360 or 3158321. OLE color: 3158321.

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

Color convert

RGB494948-
CMYK000.020.81
HSL60º1.03%19.02%-
HSV(B)60º2.04%19.22%-
XYZ2.93.063.23-
YUV48.89127.5128.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=33.56%
G=33.56%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494948000.020.81601.0319.02
Hex313130002513c113
Octal61616000212174123
Binary11000111000111000000101010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313130; }

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

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

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

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

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

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

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

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