Shades of El Paso #38361E
Tints of El Paso #38361E
RGB
CMYK
RGB Variations
Color information
#38361E (or 0x38361E) is known color: El Paso. HEX triplet: 38, 36 and 1E. RGB value is (56,54,30). Sum of RGB (Red+Green+Blue) = 56+54+30=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361E is #C7C9E1. Grayscale: #333333. Windows color (decimal): -13093346 or 1979960. OLE color: 1979960.
HSL color Cylindrical-coordinate representation of color #38361E: hue angle of 55.38º 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 #38361E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 54 | 30 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.78 |
| HSL | 55.38º | 0.3% | 0.17% | - |
| HSV(B) | 55.38º | 0.46% | 0.22% | - |
| XYZ | 3.18 | 3.57 | 1.75 | - |
| YUV | 51.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 30 | 0 | 0.04 | 0.46 | 0.78 | 55.38 | 0.3 | 0.17 |
| Hex | 38 | 36 | 1E | 0 | 4 | 2E | 4E | 37 | 1E | 11 |
| Octal | 70 | 66 | 36 | 0 | 4 | 56 | 116 | 67 | 36 | 21 |
| Binary | 111000 | 110110 | 11110 | 0 | 100 | 101110 | 1001110 | 110111 | 11110 | 10001 |
Color Harmonies of #38361E
Complementary color
Monochromatic Colors of #38361E
Black with #38361E
Text Example
Text Example
White with #38361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38361E; }
p { color: rgb(56,54,30); }
H1.HeaderClassName
{
color: #38361E;
}
.AnyTagClassName
{
color: #38361E;
}
</style>
background-color css
<style>
a { background-color: #38361E; }
a { background-color: rgb(56,54,30); }
div.DivClassName
{
background-color: #38361E;
}
.BgClassName
{
background-color: #38361E;
}
</style>
border-color css
<style>
span { border-color: #38361E; }
span { border-color: rgb(56,54,30); }
td.TdClassName
{
border-color: #38361E;
}
.TagClassName
{
border-color: #38361E;
}
</style>