Shades of El Paso #3A3B29
Tints of El Paso #3A3B29
RGB
CMYK
RGB Variations
Color information
#3A3B29 (or 0x3A3B29) is known color: El Paso. HEX triplet: 3A, 3B and 29. RGB value is (58,59,41). Sum of RGB (Red+Green+Blue) = 58+59+41=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3B29 is #C5C4D6. Grayscale: #383838. Windows color (decimal): -12960983 or 2702138. OLE color: 2702138.
HSL color Cylindrical-coordinate representation of color #3A3B29: hue angle of 63.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A3B29 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 59 | 41 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.77 |
| HSL | 63.33º | 0.18% | 0.2% | - |
| HSV(B) | 63.33º | 0.31% | 0.23% | - |
| XYZ | 3.71 | 4.19 | 2.71 | - |
| YUV | 56.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 41 | 0.02 | 0 | 0.31 | 0.77 | 63.33 | 0.18 | 0.2 |
| Hex | 3A | 3B | 29 | 2 | 0 | 1F | 4D | 3F | 12 | 14 |
| Octal | 72 | 73 | 51 | 2 | 0 | 37 | 115 | 77 | 22 | 24 |
| Binary | 111010 | 111011 | 101001 | 10 | 0 | 11111 | 1001101 | 111111 | 10010 | 10100 |
Color Harmonies of #3A3B29
Complementary color
Monochromatic Colors of #3A3B29
Black with #3A3B29
Text Example
Text Example
White with #3A3B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B29; }
p { color: rgb(58,59,41); }
H1.HeaderClassName
{
color: #3A3B29;
}
.AnyTagClassName
{
color: #3A3B29;
}
</style>
background-color css
<style>
a { background-color: #3A3B29; }
a { background-color: rgb(58,59,41); }
div.DivClassName
{
background-color: #3A3B29;
}
.BgClassName
{
background-color: #3A3B29;
}
</style>
border-color css
<style>
span { border-color: #3A3B29; }
span { border-color: rgb(58,59,41); }
td.TdClassName
{
border-color: #3A3B29;
}
.TagClassName
{
border-color: #3A3B29;
}
</style>