Shades of El Paso #3B3A20
Tints of El Paso #3B3A20
RGB
CMYK
RGB Variations
Color information
#3B3A20 (or 0x3B3A20) is known color: El Paso. HEX triplet: 3B, 3A and 20. RGB value is (59,58,32). Sum of RGB (Red+Green+Blue) = 59+58+32=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A20 is #C4C5DF. Grayscale: #373737. Windows color (decimal): -12895712 or 2112059. OLE color: 2112059.
HSL color Cylindrical-coordinate representation of color #3B3A20: hue angle of 57.78º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B3A20 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 32 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.77 |
| HSL | 57.78º | 0.3% | 0.18% | - |
| HSV(B) | 57.78º | 0.46% | 0.23% | - |
| XYZ | 3.58 | 4.06 | 1.96 | - |
| YUV | 55.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 32 | 0 | 0.02 | 0.46 | 0.77 | 57.78 | 0.3 | 0.18 |
| Hex | 3B | 3A | 20 | 0 | 2 | 2E | 4D | 3A | 1E | 12 |
| Octal | 73 | 72 | 40 | 0 | 2 | 56 | 115 | 72 | 36 | 22 |
| Binary | 111011 | 111010 | 100000 | 0 | 10 | 101110 | 1001101 | 111010 | 11110 | 10010 |
Color Harmonies of #3B3A20
Complementary color
Monochromatic Colors of #3B3A20
Black with #3B3A20
Text Example
Text Example
White with #3B3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A20; }
p { color: rgb(59,58,32); }
H1.HeaderClassName
{
color: #3B3A20;
}
.AnyTagClassName
{
color: #3B3A20;
}
</style>
background-color css
<style>
a { background-color: #3B3A20; }
a { background-color: rgb(59,58,32); }
div.DivClassName
{
background-color: #3B3A20;
}
.BgClassName
{
background-color: #3B3A20;
}
</style>
border-color css
<style>
span { border-color: #3B3A20; }
span { border-color: rgb(59,58,32); }
td.TdClassName
{
border-color: #3B3A20;
}
.TagClassName
{
border-color: #3B3A20;
}
</style>