Shades of El Paso #38371E
Tints of El Paso #38371E
RGB
CMYK
RGB Variations
Color information
#38371E (or 0x38371E) is known color: El Paso. HEX triplet: 38, 37 and 1E. RGB value is (56,55,30). Sum of RGB (Red+Green+Blue) = 56+55+30=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #38371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38371E is #C7C8E1. Grayscale: #343434. Windows color (decimal): -13093090 or 1980216. OLE color: 1980216.
HSL color Cylindrical-coordinate representation of color #38371E: hue angle of 57.69º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38371E is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 30 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.78 |
| HSL | 57.69º | 0.3% | 0.17% | - |
| HSV(B) | 57.69º | 0.46% | 0.22% | - |
| XYZ | 3.23 | 3.67 | 1.77 | - |
| YUV | 52.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 30 | 0 | 0.02 | 0.46 | 0.78 | 57.69 | 0.3 | 0.17 |
| Hex | 38 | 37 | 1E | 0 | 2 | 2E | 4E | 3A | 1E | 11 |
| Octal | 70 | 67 | 36 | 0 | 2 | 56 | 116 | 72 | 36 | 21 |
| Binary | 111000 | 110111 | 11110 | 0 | 10 | 101110 | 1001110 | 111010 | 11110 | 10001 |
Color Harmonies of #38371E
Complementary color
Monochromatic Colors of #38371E
Black with #38371E
Text Example
Text Example
White with #38371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38371E; }
p { color: rgb(56,55,30); }
H1.HeaderClassName
{
color: #38371E;
}
.AnyTagClassName
{
color: #38371E;
}
</style>
background-color css
<style>
a { background-color: #38371E; }
a { background-color: rgb(56,55,30); }
div.DivClassName
{
background-color: #38371E;
}
.BgClassName
{
background-color: #38371E;
}
</style>
border-color css
<style>
span { border-color: #38371E; }
span { border-color: rgb(56,55,30); }
td.TdClassName
{
border-color: #38371E;
}
.TagClassName
{
border-color: #38371E;
}
</style>