Shades of El Paso #38371D
Tints of El Paso #38371D
RGB
CMYK
RGB Variations
Color information
#38371D (or 0x38371D) is known color: El Paso. HEX triplet: 38, 37 and 1D. RGB value is (56,55,29). Sum of RGB (Red+Green+Blue) = 56+55+29=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38371D is #C7C8E2. Grayscale: #343434. Windows color (decimal): -13093091 or 1914680. OLE color: 1914680.
HSL color Cylindrical-coordinate representation of color #38371D: hue angle of 57.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38371D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 29 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.78 |
| HSL | 57.78º | 0.32% | 0.17% | - |
| HSV(B) | 57.78º | 0.48% | 0.22% | - |
| XYZ | 3.22 | 3.66 | 1.7 | - |
| YUV | 52.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 29 | 0 | 0.02 | 0.48 | 0.78 | 57.78 | 0.32 | 0.17 |
| Hex | 38 | 37 | 1D | 0 | 2 | 30 | 4E | 3A | 20 | 11 |
| Octal | 70 | 67 | 35 | 0 | 2 | 60 | 116 | 72 | 40 | 21 |
| Binary | 111000 | 110111 | 11101 | 0 | 10 | 110000 | 1001110 | 111010 | 100000 | 10001 |
Color Harmonies of #38371D
Complementary color
Monochromatic Colors of #38371D
Black with #38371D
Text Example
Text Example
White with #38371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38371D; }
p { color: rgb(56,55,29); }
H1.HeaderClassName
{
color: #38371D;
}
.AnyTagClassName
{
color: #38371D;
}
</style>
background-color css
<style>
a { background-color: #38371D; }
a { background-color: rgb(56,55,29); }
div.DivClassName
{
background-color: #38371D;
}
.BgClassName
{
background-color: #38371D;
}
</style>
border-color css
<style>
span { border-color: #38371D; }
span { border-color: rgb(56,55,29); }
td.TdClassName
{
border-color: #38371D;
}
.TagClassName
{
border-color: #38371D;
}
</style>