Shades of El Paso #3B3A13
Tints of El Paso #3B3A13
RGB
CMYK
RGB Variations
Color information
#3B3A13 (or 0x3B3A13) is known color: El Paso. HEX triplet: 3B, 3A and 13. RGB value is (59,58,19). Sum of RGB (Red+Green+Blue) = 59+58+19=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3A13 is #C4C5EC. Grayscale: #363636. Windows color (decimal): -12895725 or 1260091. OLE color: 1260091.
HSL color Cylindrical-coordinate representation of color #3B3A13: hue angle of 58.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B3A13 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 19 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.77 |
| HSL | 58.5º | 0.51% | 0.15% | - |
| HSV(B) | 58.5º | 0.68% | 0.23% | - |
| XYZ | 3.43 | 4 | 1.21 | - |
| YUV | 53.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 19 | 0 | 0.02 | 0.68 | 0.77 | 58.5 | 0.51 | 0.15 |
| Hex | 3B | 3A | 13 | 0 | 2 | 44 | 4D | 3A | 33 | F |
| Octal | 73 | 72 | 23 | 0 | 2 | 104 | 115 | 72 | 63 | 17 |
| Binary | 111011 | 111010 | 10011 | 0 | 10 | 1000100 | 1001101 | 111010 | 110011 | 1111 |
Color Harmonies of #3B3A13
Complementary color
Monochromatic Colors of #3B3A13
Black with #3B3A13
Text Example
Text Example
White with #3B3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A13; }
p { color: rgb(59,58,19); }
H1.HeaderClassName
{
color: #3B3A13;
}
.AnyTagClassName
{
color: #3B3A13;
}
</style>
background-color css
<style>
a { background-color: #3B3A13; }
a { background-color: rgb(59,58,19); }
div.DivClassName
{
background-color: #3B3A13;
}
.BgClassName
{
background-color: #3B3A13;
}
</style>
border-color css
<style>
span { border-color: #3B3A13; }
span { border-color: rgb(59,58,19); }
td.TdClassName
{
border-color: #3B3A13;
}
.TagClassName
{
border-color: #3B3A13;
}
</style>