Shades of El Paso #38372E
Tints of El Paso #38372E
RGB
CMYK
RGB Variations
Color information
#38372E (or 0x38372E) is known color: El Paso. HEX triplet: 38, 37 and 2E. RGB value is (56,55,46). Sum of RGB (Red+Green+Blue) = 56+55+46=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #38372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38372E is #C7C8D1. Grayscale: #363636. Windows color (decimal): -13093074 or 3028792. OLE color: 3028792.
HSL color Cylindrical-coordinate representation of color #38372E: hue angle of 54º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #38372E is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 46 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.78 |
| HSL | 54º | 0.1% | 0.2% | - |
| HSV(B) | 54º | 0.18% | 0.22% | - |
| XYZ | 3.49 | 3.77 | 3.13 | - |
| YUV | 54.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 46 | 0 | 0.02 | 0.18 | 0.78 | 54 | 0.1 | 0.2 |
| Hex | 38 | 37 | 2E | 0 | 2 | 12 | 4E | 36 | A | 14 |
| Octal | 70 | 67 | 56 | 0 | 2 | 22 | 116 | 66 | 12 | 24 |
| Binary | 111000 | 110111 | 101110 | 0 | 10 | 10010 | 1001110 | 110110 | 1010 | 10100 |
Color Harmonies of #38372E
Complementary color
Monochromatic Colors of #38372E
Black with #38372E
Text Example
Text Example
White with #38372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38372E; }
p { color: rgb(56,55,46); }
H1.HeaderClassName
{
color: #38372E;
}
.AnyTagClassName
{
color: #38372E;
}
</style>
background-color css
<style>
a { background-color: #38372E; }
a { background-color: rgb(56,55,46); }
div.DivClassName
{
background-color: #38372E;
}
.BgClassName
{
background-color: #38372E;
}
</style>
border-color css
<style>
span { border-color: #38372E; }
span { border-color: rgb(56,55,46); }
td.TdClassName
{
border-color: #38372E;
}
.TagClassName
{
border-color: #38372E;
}
</style>