Shades of El Paso #3D3E31
Tints of El Paso #3D3E31
RGB
CMYK
RGB Variations
Color information
#3D3E31 (or 0x3D3E31) is known color: El Paso. HEX triplet: 3D, 3E and 31. RGB value is (61,62,49). Sum of RGB (Red+Green+Blue) = 61+62+49=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 62 - color contains mainly: green. Hex color #3D3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3E31 is #C2C1CE. Grayscale: #3C3C3C. Windows color (decimal): -12763599 or 3227197. OLE color: 3227197.
HSL color Cylindrical-coordinate representation of color #3D3E31: hue angle of 64.62º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D3E31 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 62 | 49 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.76 |
| HSL | 64.62º | 0.12% | 0.22% | - |
| HSV(B) | 64.62º | 0.21% | 0.24% | - |
| XYZ | 4.2 | 4.66 | 3.58 | - |
| YUV | 60.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 49 | 0.02 | 0 | 0.21 | 0.76 | 64.62 | 0.12 | 0.22 |
| Hex | 3D | 3E | 31 | 2 | 0 | 15 | 4C | 41 | C | 16 |
| Octal | 75 | 76 | 61 | 2 | 0 | 25 | 114 | 101 | 14 | 26 |
| Binary | 111101 | 111110 | 110001 | 10 | 0 | 10101 | 1001100 | 1000001 | 1100 | 10110 |
Color Harmonies of #3D3E31
Complementary color
Monochromatic Colors of #3D3E31
Black with #3D3E31
Text Example
Text Example
White with #3D3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E31; }
p { color: rgb(61,62,49); }
H1.HeaderClassName
{
color: #3D3E31;
}
.AnyTagClassName
{
color: #3D3E31;
}
</style>
background-color css
<style>
a { background-color: #3D3E31; }
a { background-color: rgb(61,62,49); }
div.DivClassName
{
background-color: #3D3E31;
}
.BgClassName
{
background-color: #3D3E31;
}
</style>
border-color css
<style>
span { border-color: #3D3E31; }
span { border-color: rgb(61,62,49); }
td.TdClassName
{
border-color: #3D3E31;
}
.TagClassName
{
border-color: #3D3E31;
}
</style>