Shades of El Paso #3B3C27
Tints of El Paso #3B3C27
RGB
CMYK
RGB Variations
Color information
#3B3C27 (or 0x3B3C27) is known color: El Paso. HEX triplet: 3B, 3C and 27. RGB value is (59,60,39). Sum of RGB (Red+Green+Blue) = 59+60+39=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 60 - color contains mainly: green. Hex color #3B3C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C27 is #C4C3D8. Grayscale: #393939. Windows color (decimal): -12895193 or 2571323. OLE color: 2571323.
HSL color Cylindrical-coordinate representation of color #3B3C27: hue angle of 62.86º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B3C27 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 60 | 39 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.76 |
| HSL | 62.86º | 0.21% | 0.19% | - |
| HSV(B) | 62.86º | 0.35% | 0.24% | - |
| XYZ | 3.79 | 4.31 | 2.55 | - |
| YUV | 57.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 39 | 0.02 | 0 | 0.35 | 0.76 | 62.86 | 0.21 | 0.19 |
| Hex | 3B | 3C | 27 | 2 | 0 | 23 | 4C | 3F | 15 | 13 |
| Octal | 73 | 74 | 47 | 2 | 0 | 43 | 114 | 77 | 25 | 23 |
| Binary | 111011 | 111100 | 100111 | 10 | 0 | 100011 | 1001100 | 111111 | 10101 | 10011 |
Color Harmonies of #3B3C27
Complementary color
Monochromatic Colors of #3B3C27
Black with #3B3C27
Text Example
Text Example
White with #3B3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C27; }
p { color: rgb(59,60,39); }
H1.HeaderClassName
{
color: #3B3C27;
}
.AnyTagClassName
{
color: #3B3C27;
}
</style>
background-color css
<style>
a { background-color: #3B3C27; }
a { background-color: rgb(59,60,39); }
div.DivClassName
{
background-color: #3B3C27;
}
.BgClassName
{
background-color: #3B3C27;
}
</style>
border-color css
<style>
span { border-color: #3B3C27; }
span { border-color: rgb(59,60,39); }
td.TdClassName
{
border-color: #3B3C27;
}
.TagClassName
{
border-color: #3B3C27;
}
</style>