Shades of El Paso #31312F
Tints of El Paso #31312F
RGB
CMYK
RGB Variations
Color information
#31312F (or 0x31312F) is known color: 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
| RGB | 49 | 49 | 47 | - |
| CMYK | 0 | 0 | 0.04 | 0.81 |
| HSL | 60º | 0.02% | 0.19% | - |
| HSV(B) | 60º | 0.04% | 0.19% | - |
| XYZ | 2.88 | 3.05 | 3.13 | - |
| YUV | 48.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 47 | 0 | 0 | 0.04 | 0.81 | 60 | 0.02 | 0.19 |
| Hex | 31 | 31 | 2F | 0 | 0 | 4 | 51 | 3C | 2 | 13 |
| Octal | 61 | 61 | 57 | 0 | 0 | 4 | 121 | 74 | 2 | 23 |
| Binary | 110001 | 110001 | 101111 | 0 | 0 | 100 | 1010001 | 111100 | 10 | 10011 |
Color Harmonies of #31312F
Complementary color
Monochromatic Colors of #31312F
Black with #31312F
Text Example
Text Example
White with #31312F
Text Example
Text Example
HTML Codes & Css Web 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>