Shades of El Paso #3A3C26
Tints of El Paso #3A3C26
RGB
CMYK
RGB Variations
Color information
#3A3C26 (or 0x3A3C26) is known color: El Paso. HEX triplet: 3A, 3C and 26. RGB value is (58,60,38). Sum of RGB (Red+Green+Blue) = 58+60+38=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 60 - color contains mainly: green. Hex color #3A3C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3C26 is #C5C3D9. Grayscale: #383838. Windows color (decimal): -12960730 or 2505786. OLE color: 2505786.
HSL color Cylindrical-coordinate representation of color #3A3C26: hue angle of 65.45º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A3C26 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 60 | 38 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.76 |
| HSL | 65.45º | 0.22% | 0.19% | - |
| HSV(B) | 65.45º | 0.37% | 0.24% | - |
| XYZ | 3.71 | 4.27 | 2.46 | - |
| YUV | 56.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 38 | 0.03 | 0 | 0.37 | 0.76 | 65.45 | 0.22 | 0.19 |
| Hex | 3A | 3C | 26 | 3 | 0 | 25 | 4C | 41 | 16 | 13 |
| Octal | 72 | 74 | 46 | 3 | 0 | 45 | 114 | 101 | 26 | 23 |
| Binary | 111010 | 111100 | 100110 | 11 | 0 | 100101 | 1001100 | 1000001 | 10110 | 10011 |
Color Harmonies of #3A3C26
Complementary color
Monochromatic Colors of #3A3C26
Black with #3A3C26
Text Example
Text Example
White with #3A3C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3C26; }
p { color: rgb(58,60,38); }
H1.HeaderClassName
{
color: #3A3C26;
}
.AnyTagClassName
{
color: #3A3C26;
}
</style>
background-color css
<style>
a { background-color: #3A3C26; }
a { background-color: rgb(58,60,38); }
div.DivClassName
{
background-color: #3A3C26;
}
.BgClassName
{
background-color: #3A3C26;
}
</style>
border-color css
<style>
span { border-color: #3A3C26; }
span { border-color: rgb(58,60,38); }
td.TdClassName
{
border-color: #3A3C26;
}
.TagClassName
{
border-color: #3A3C26;
}
</style>