Shades of El Paso #3A3B1F
Tints of El Paso #3A3B1F
RGB
CMYK
RGB Variations
Color information
#3A3B1F (or 0x3A3B1F) is known color: El Paso. HEX triplet: 3A, 3B and 1F. RGB value is (58,59,31). Sum of RGB (Red+Green+Blue) = 58+59+31=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3B1F is #C5C4E0. Grayscale: #373737. Windows color (decimal): -12960993 or 2046778. OLE color: 2046778.
HSL color Cylindrical-coordinate representation of color #3A3B1F: hue angle of 62.14º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A3B1F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 59 | 31 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.77 |
| HSL | 62.14º | 0.31% | 0.18% | - |
| HSV(B) | 62.14º | 0.47% | 0.23% | - |
| XYZ | 3.56 | 4.13 | 1.91 | - |
| YUV | 55.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 31 | 0.02 | 0 | 0.47 | 0.77 | 62.14 | 0.31 | 0.18 |
| Hex | 3A | 3B | 1F | 2 | 0 | 2F | 4D | 3E | 1F | 12 |
| Octal | 72 | 73 | 37 | 2 | 0 | 57 | 115 | 76 | 37 | 22 |
| Binary | 111010 | 111011 | 11111 | 10 | 0 | 101111 | 1001101 | 111110 | 11111 | 10010 |
Color Harmonies of #3A3B1F
Complementary color
Monochromatic Colors of #3A3B1F
Black with #3A3B1F
Text Example
Text Example
White with #3A3B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B1F; }
p { color: rgb(58,59,31); }
H1.HeaderClassName
{
color: #3A3B1F;
}
.AnyTagClassName
{
color: #3A3B1F;
}
</style>
background-color css
<style>
a { background-color: #3A3B1F; }
a { background-color: rgb(58,59,31); }
div.DivClassName
{
background-color: #3A3B1F;
}
.BgClassName
{
background-color: #3A3B1F;
}
</style>
border-color css
<style>
span { border-color: #3A3B1F; }
span { border-color: rgb(58,59,31); }
td.TdClassName
{
border-color: #3A3B1F;
}
.TagClassName
{
border-color: #3A3B1F;
}
</style>