Shades of El Paso #393A1A
Tints of El Paso #393A1A
RGB
CMYK
RGB Variations
Color information
#393A1A (or 0x393A1A) is known color: El Paso. HEX triplet: 39, 3A and 1A. RGB value is (57,58,26). Sum of RGB (Red+Green+Blue) = 57+58+26=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #393A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A1A is #C6C5E5. Grayscale: #363636. Windows color (decimal): -13026790 or 1718841. OLE color: 1718841.
HSL color Cylindrical-coordinate representation of color #393A1A: hue angle of 61.88º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #393A1A is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 26 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.77 |
| HSL | 61.88º | 0.38% | 0.16% | - |
| HSV(B) | 61.88º | 0.55% | 0.23% | - |
| XYZ | 3.39 | 3.97 | 1.57 | - |
| YUV | 54.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 26 | 0.02 | 0 | 0.55 | 0.77 | 61.88 | 0.38 | 0.16 |
| Hex | 39 | 3A | 1A | 2 | 0 | 37 | 4D | 3E | 26 | 10 |
| Octal | 71 | 72 | 32 | 2 | 0 | 67 | 115 | 76 | 46 | 20 |
| Binary | 111001 | 111010 | 11010 | 10 | 0 | 110111 | 1001101 | 111110 | 100110 | 10000 |
Color Harmonies of #393A1A
Complementary color
Monochromatic Colors of #393A1A
Black with #393A1A
Text Example
Text Example
White with #393A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A1A; }
p { color: rgb(57,58,26); }
H1.HeaderClassName
{
color: #393A1A;
}
.AnyTagClassName
{
color: #393A1A;
}
</style>
background-color css
<style>
a { background-color: #393A1A; }
a { background-color: rgb(57,58,26); }
div.DivClassName
{
background-color: #393A1A;
}
.BgClassName
{
background-color: #393A1A;
}
</style>
border-color css
<style>
span { border-color: #393A1A; }
span { border-color: rgb(57,58,26); }
td.TdClassName
{
border-color: #393A1A;
}
.TagClassName
{
border-color: #393A1A;
}
</style>