Shades of El Paso #3A391B
Tints of El Paso #3A391B
RGB
CMYK
RGB Variations
Color information
#3A391B (or 0x3A391B) is known color: El Paso. HEX triplet: 3A, 39 and 1B. RGB value is (58,57,27). Sum of RGB (Red+Green+Blue) = 58+57+27=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 58 - color contains mainly: red. Hex color #3A391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A391B is #C5C6E4. Grayscale: #353535. Windows color (decimal): -12961509 or 1784122. OLE color: 1784122.
HSL color Cylindrical-coordinate representation of color #3A391B: hue angle of 58.06º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A391B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 57 | 27 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.77 |
| HSL | 58.06º | 0.36% | 0.17% | - |
| HSV(B) | 58.06º | 0.53% | 0.23% | - |
| XYZ | 3.41 | 3.9 | 1.61 | - |
| YUV | 53.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 27 | 0 | 0.02 | 0.53 | 0.77 | 58.06 | 0.36 | 0.17 |
| Hex | 3A | 39 | 1B | 0 | 2 | 35 | 4D | 3A | 24 | 11 |
| Octal | 72 | 71 | 33 | 0 | 2 | 65 | 115 | 72 | 44 | 21 |
| Binary | 111010 | 111001 | 11011 | 0 | 10 | 110101 | 1001101 | 111010 | 100100 | 10001 |
Color Harmonies of #3A391B
Complementary color
Monochromatic Colors of #3A391B
Black with #3A391B
Text Example
Text Example
White with #3A391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A391B; }
p { color: rgb(58,57,27); }
H1.HeaderClassName
{
color: #3A391B;
}
.AnyTagClassName
{
color: #3A391B;
}
</style>
background-color css
<style>
a { background-color: #3A391B; }
a { background-color: rgb(58,57,27); }
div.DivClassName
{
background-color: #3A391B;
}
.BgClassName
{
background-color: #3A391B;
}
</style>
border-color css
<style>
span { border-color: #3A391B; }
span { border-color: rgb(58,57,27); }
td.TdClassName
{
border-color: #3A391B;
}
.TagClassName
{
border-color: #3A391B;
}
</style>