Shades of El Paso #39382F
Tints of El Paso #39382F
RGB
CMYK
RGB Variations
Color information
#39382F (or 0x39382F) is known color: El Paso. HEX triplet: 39, 38 and 2F. RGB value is (57,56,47). Sum of RGB (Red+Green+Blue) = 57+56+47=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 57 - color contains mainly: red. Hex color #39382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39382F is #C6C7D0. Grayscale: #373737. Windows color (decimal): -13027281 or 3094585. OLE color: 3094585.
HSL color Cylindrical-coordinate representation of color #39382F: 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 #39382F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 56 | 47 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.78 |
| HSL | 54º | 0.1% | 0.2% | - |
| HSV(B) | 54º | 0.18% | 0.22% | - |
| XYZ | 3.61 | 3.9 | 3.25 | - |
| YUV | 55.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 47 | 0 | 0.02 | 0.18 | 0.78 | 54 | 0.1 | 0.2 |
| Hex | 39 | 38 | 2F | 0 | 2 | 12 | 4E | 36 | A | 14 |
| Octal | 71 | 70 | 57 | 0 | 2 | 22 | 116 | 66 | 12 | 24 |
| Binary | 111001 | 111000 | 101111 | 0 | 10 | 10010 | 1001110 | 110110 | 1010 | 10100 |
Color Harmonies of #39382F
Complementary color
Monochromatic Colors of #39382F
Black with #39382F
Text Example
Text Example
White with #39382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39382F; }
p { color: rgb(57,56,47); }
H1.HeaderClassName
{
color: #39382F;
}
.AnyTagClassName
{
color: #39382F;
}
</style>
background-color css
<style>
a { background-color: #39382F; }
a { background-color: rgb(57,56,47); }
div.DivClassName
{
background-color: #39382F;
}
.BgClassName
{
background-color: #39382F;
}
</style>
border-color css
<style>
span { border-color: #39382F; }
span { border-color: rgb(57,56,47); }
td.TdClassName
{
border-color: #39382F;
}
.TagClassName
{
border-color: #39382F;
}
</style>