Shades of El Paso #39382D
Tints of El Paso #39382D
RGB
CMYK
RGB Variations
Color information
#39382D (or 0x39382D) is known color: El Paso. HEX triplet: 39, 38 and 2D. RGB value is (57,56,45). Sum of RGB (Red+Green+Blue) = 57+56+45=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #39382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39382D is #C6C7D2. Grayscale: #373737. Windows color (decimal): -13027283 or 2963513. OLE color: 2963513.
HSL color Cylindrical-coordinate representation of color #39382D: 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 #39382D is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 56 | 45 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.78 |
| HSL | 55º | 0.12% | 0.2% | - |
| HSV(B) | 55º | 0.21% | 0.22% | - |
| XYZ | 3.58 | 3.89 | 3.04 | - |
| YUV | 55.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 45 | 0 | 0.02 | 0.21 | 0.78 | 55 | 0.12 | 0.2 |
| Hex | 39 | 38 | 2D | 0 | 2 | 15 | 4E | 37 | C | 14 |
| Octal | 71 | 70 | 55 | 0 | 2 | 25 | 116 | 67 | 14 | 24 |
| Binary | 111001 | 111000 | 101101 | 0 | 10 | 10101 | 1001110 | 110111 | 1100 | 10100 |
Color Harmonies of #39382D
Complementary color
Monochromatic Colors of #39382D
Black with #39382D
Text Example
Text Example
White with #39382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39382D; }
p { color: rgb(57,56,45); }
H1.HeaderClassName
{
color: #39382D;
}
.AnyTagClassName
{
color: #39382D;
}
</style>
background-color css
<style>
a { background-color: #39382D; }
a { background-color: rgb(57,56,45); }
div.DivClassName
{
background-color: #39382D;
}
.BgClassName
{
background-color: #39382D;
}
</style>
border-color css
<style>
span { border-color: #39382D; }
span { border-color: rgb(57,56,45); }
td.TdClassName
{
border-color: #39382D;
}
.TagClassName
{
border-color: #39382D;
}
</style>