Shades of El Paso #3B3A1A
Tints of El Paso #3B3A1A
RGB
CMYK
RGB Variations
Color information
#3B3A1A (or 0x3B3A1A) is known color: El Paso. HEX triplet: 3B, 3A and 1A. RGB value is (59,58,26). Sum of RGB (Red+Green+Blue) = 59+58+26=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A1A is #C4C5E5. Grayscale: #363636. Windows color (decimal): -12895718 or 1718843. OLE color: 1718843.
HSL color Cylindrical-coordinate representation of color #3B3A1A: hue angle of 58.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B3A1A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 26 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.77 |
| HSL | 58.18º | 0.39% | 0.17% | - |
| HSV(B) | 58.18º | 0.56% | 0.23% | - |
| XYZ | 3.5 | 4.03 | 1.57 | - |
| YUV | 54.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 26 | 0 | 0.02 | 0.56 | 0.77 | 58.18 | 0.39 | 0.17 |
| Hex | 3B | 3A | 1A | 0 | 2 | 38 | 4D | 3A | 27 | 11 |
| Octal | 73 | 72 | 32 | 0 | 2 | 70 | 115 | 72 | 47 | 21 |
| Binary | 111011 | 111010 | 11010 | 0 | 10 | 111000 | 1001101 | 111010 | 100111 | 10001 |
Color Harmonies of #3B3A1A
Complementary color
Monochromatic Colors of #3B3A1A
Black with #3B3A1A
Text Example
Text Example
White with #3B3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A1A; }
p { color: rgb(59,58,26); }
H1.HeaderClassName
{
color: #3B3A1A;
}
.AnyTagClassName
{
color: #3B3A1A;
}
</style>
background-color css
<style>
a { background-color: #3B3A1A; }
a { background-color: rgb(59,58,26); }
div.DivClassName
{
background-color: #3B3A1A;
}
.BgClassName
{
background-color: #3B3A1A;
}
</style>
border-color css
<style>
span { border-color: #3B3A1A; }
span { border-color: rgb(59,58,26); }
td.TdClassName
{
border-color: #3B3A1A;
}
.TagClassName
{
border-color: #3B3A1A;
}
</style>