Shades of El Paso #38372C
Tints of El Paso #38372C
RGB
CMYK
RGB Variations
Color information
#38372C (or 0x38372C) is known color: El Paso. HEX triplet: 38, 37 and 2C. RGB value is (56,55,44). Sum of RGB (Red+Green+Blue) = 56+55+44=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #38372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38372C is #C7C8D3. Grayscale: #363636. Windows color (decimal): -13093076 or 2897720. OLE color: 2897720.
HSL color Cylindrical-coordinate representation of color #38372C: hue angle of 55º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38372C is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 44 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.78 |
| HSL | 55º | 0.12% | 0.2% | - |
| HSV(B) | 55º | 0.21% | 0.22% | - |
| XYZ | 3.45 | 3.75 | 2.93 | - |
| YUV | 54.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 44 | 0 | 0.02 | 0.21 | 0.78 | 55 | 0.12 | 0.2 |
| Hex | 38 | 37 | 2C | 0 | 2 | 15 | 4E | 37 | C | 14 |
| Octal | 70 | 67 | 54 | 0 | 2 | 25 | 116 | 67 | 14 | 24 |
| Binary | 111000 | 110111 | 101100 | 0 | 10 | 10101 | 1001110 | 110111 | 1100 | 10100 |
Color Harmonies of #38372C
Complementary color
Monochromatic Colors of #38372C
Black with #38372C
Text Example
Text Example
White with #38372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38372C; }
p { color: rgb(56,55,44); }
H1.HeaderClassName
{
color: #38372C;
}
.AnyTagClassName
{
color: #38372C;
}
</style>
background-color css
<style>
a { background-color: #38372C; }
a { background-color: rgb(56,55,44); }
div.DivClassName
{
background-color: #38372C;
}
.BgClassName
{
background-color: #38372C;
}
</style>
border-color css
<style>
span { border-color: #38372C; }
span { border-color: rgb(56,55,44); }
td.TdClassName
{
border-color: #38372C;
}
.TagClassName
{
border-color: #38372C;
}
</style>