Shades of El Paso #3B3A18
Tints of El Paso #3B3A18
RGB
CMYK
RGB Variations
Color information
#3B3A18 (or 0x3B3A18) is known color: El Paso. HEX triplet: 3B, 3A and 18. RGB value is (59,58,24). Sum of RGB (Red+Green+Blue) = 59+58+24=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3A18 is #C4C5E7. Grayscale: #363636. Windows color (decimal): -12895720 or 1587771. OLE color: 1587771.
HSL color Cylindrical-coordinate representation of color #3B3A18: hue angle of 58.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3A18 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 24 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.77 |
| HSL | 58.29º | 0.42% | 0.16% | - |
| HSV(B) | 58.29º | 0.59% | 0.23% | - |
| XYZ | 3.48 | 4.02 | 1.46 | - |
| YUV | 54.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 24 | 0 | 0.02 | 0.59 | 0.77 | 58.29 | 0.42 | 0.16 |
| Hex | 3B | 3A | 18 | 0 | 2 | 3B | 4D | 3A | 2A | 10 |
| Octal | 73 | 72 | 30 | 0 | 2 | 73 | 115 | 72 | 52 | 20 |
| Binary | 111011 | 111010 | 11000 | 0 | 10 | 111011 | 1001101 | 111010 | 101010 | 10000 |
Color Harmonies of #3B3A18
Complementary color
Monochromatic Colors of #3B3A18
Black with #3B3A18
Text Example
Text Example
White with #3B3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A18; }
p { color: rgb(59,58,24); }
H1.HeaderClassName
{
color: #3B3A18;
}
.AnyTagClassName
{
color: #3B3A18;
}
</style>
background-color css
<style>
a { background-color: #3B3A18; }
a { background-color: rgb(59,58,24); }
div.DivClassName
{
background-color: #3B3A18;
}
.BgClassName
{
background-color: #3B3A18;
}
</style>
border-color css
<style>
span { border-color: #3B3A18; }
span { border-color: rgb(59,58,24); }
td.TdClassName
{
border-color: #3B3A18;
}
.TagClassName
{
border-color: #3B3A18;
}
</style>