Shades of El Paso #3B381C
Tints of El Paso #3B381C
RGB
CMYK
RGB Variations
Color information
#3B381C (or 0x3B381C) is known color: El Paso. HEX triplet: 3B, 38 and 1C. RGB value is (59,56,28). Sum of RGB (Red+Green+Blue) = 59+56+28=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B381C is #C4C7E3. Grayscale: #353535. Windows color (decimal): -12896228 or 1849403. OLE color: 1849403.
HSL color Cylindrical-coordinate representation of color #3B381C: hue angle of 54.19º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B381C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 28 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.77 |
| HSL | 54.19º | 0.36% | 0.17% | - |
| HSV(B) | 54.19º | 0.53% | 0.23% | - |
| XYZ | 3.43 | 3.84 | 1.66 | - |
| YUV | 53.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 28 | 0 | 0.05 | 0.53 | 0.77 | 54.19 | 0.36 | 0.17 |
| Hex | 3B | 38 | 1C | 0 | 5 | 35 | 4D | 36 | 24 | 11 |
| Octal | 73 | 70 | 34 | 0 | 5 | 65 | 115 | 66 | 44 | 21 |
| Binary | 111011 | 111000 | 11100 | 0 | 101 | 110101 | 1001101 | 110110 | 100100 | 10001 |
Color Harmonies of #3B381C
Complementary color
Monochromatic Colors of #3B381C
Black with #3B381C
Text Example
Text Example
White with #3B381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B381C; }
p { color: rgb(59,56,28); }
H1.HeaderClassName
{
color: #3B381C;
}
.AnyTagClassName
{
color: #3B381C;
}
</style>
background-color css
<style>
a { background-color: #3B381C; }
a { background-color: rgb(59,56,28); }
div.DivClassName
{
background-color: #3B381C;
}
.BgClassName
{
background-color: #3B381C;
}
</style>
border-color css
<style>
span { border-color: #3B381C; }
span { border-color: rgb(59,56,28); }
td.TdClassName
{
border-color: #3B381C;
}
.TagClassName
{
border-color: #3B381C;
}
</style>