Shades of El Paso #393A1D
Tints of El Paso #393A1D
RGB
CMYK
RGB Variations
Color information
#393A1D (or 0x393A1D) is known color: El Paso. HEX triplet: 39, 3A and 1D. RGB value is (57,58,29). Sum of RGB (Red+Green+Blue) = 57+58+29=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #393A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A1D is #C6C5E2. Grayscale: #363636. Windows color (decimal): -13026787 or 1915449. OLE color: 1915449.
HSL color Cylindrical-coordinate representation of color #393A1D: hue angle of 62.07º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393A1D is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 29 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.77 |
| HSL | 62.07º | 0.33% | 0.17% | - |
| HSV(B) | 62.07º | 0.5% | 0.23% | - |
| XYZ | 3.42 | 3.98 | 1.75 | - |
| YUV | 54.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 29 | 0.02 | 0 | 0.5 | 0.77 | 62.07 | 0.33 | 0.17 |
| Hex | 39 | 3A | 1D | 2 | 0 | 32 | 4D | 3E | 21 | 11 |
| Octal | 71 | 72 | 35 | 2 | 0 | 62 | 115 | 76 | 41 | 21 |
| Binary | 111001 | 111010 | 11101 | 10 | 0 | 110010 | 1001101 | 111110 | 100001 | 10001 |
Color Harmonies of #393A1D
Complementary color
Monochromatic Colors of #393A1D
Black with #393A1D
Text Example
Text Example
White with #393A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A1D; }
p { color: rgb(57,58,29); }
H1.HeaderClassName
{
color: #393A1D;
}
.AnyTagClassName
{
color: #393A1D;
}
</style>
background-color css
<style>
a { background-color: #393A1D; }
a { background-color: rgb(57,58,29); }
div.DivClassName
{
background-color: #393A1D;
}
.BgClassName
{
background-color: #393A1D;
}
</style>
border-color css
<style>
span { border-color: #393A1D; }
span { border-color: rgb(57,58,29); }
td.TdClassName
{
border-color: #393A1D;
}
.TagClassName
{
border-color: #393A1D;
}
</style>