Shades of El Paso #393A2A
Tints of El Paso #393A2A
RGB
CMYK
RGB Variations
Color information
#393A2A (or 0x393A2A) is known color: El Paso. HEX triplet: 39, 3A and 2A. RGB value is (57,58,42). Sum of RGB (Red+Green+Blue) = 57+58+42=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 58 - color contains mainly: green. Hex color #393A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A2A is #C6C5D5. Grayscale: #373737. Windows color (decimal): -13026774 or 2767417. OLE color: 2767417.
HSL color Cylindrical-coordinate representation of color #393A2A: hue angle of 63.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #393A2A is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 42 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.77 |
| HSL | 63.75º | 0.16% | 0.2% | - |
| HSV(B) | 63.75º | 0.28% | 0.23% | - |
| XYZ | 3.62 | 4.06 | 2.78 | - |
| YUV | 55.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 42 | 0.02 | 0 | 0.28 | 0.77 | 63.75 | 0.16 | 0.2 |
| Hex | 39 | 3A | 2A | 2 | 0 | 1C | 4D | 40 | 10 | 14 |
| Octal | 71 | 72 | 52 | 2 | 0 | 34 | 115 | 100 | 20 | 24 |
| Binary | 111001 | 111010 | 101010 | 10 | 0 | 11100 | 1001101 | 1000000 | 10000 | 10100 |
Color Harmonies of #393A2A
Complementary color
Monochromatic Colors of #393A2A
Black with #393A2A
Text Example
Text Example
White with #393A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A2A; }
p { color: rgb(57,58,42); }
H1.HeaderClassName
{
color: #393A2A;
}
.AnyTagClassName
{
color: #393A2A;
}
</style>
background-color css
<style>
a { background-color: #393A2A; }
a { background-color: rgb(57,58,42); }
div.DivClassName
{
background-color: #393A2A;
}
.BgClassName
{
background-color: #393A2A;
}
</style>
border-color css
<style>
span { border-color: #393A2A; }
span { border-color: rgb(57,58,42); }
td.TdClassName
{
border-color: #393A2A;
}
.TagClassName
{
border-color: #393A2A;
}
</style>