Shades of El Paso #39381C
Tints of El Paso #39381C
RGB
CMYK
RGB Variations
Color information
#39381C (or 0x39381C) is known color: El Paso. HEX triplet: 39, 38 and 1C. RGB value is (57,56,28). Sum of RGB (Red+Green+Blue) = 57+56+28=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #39381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39381C is #C6C7E3. Grayscale: #353535. Windows color (decimal): -13027300 or 1849401. OLE color: 1849401.
HSL color Cylindrical-coordinate representation of color #39381C: hue angle of 57.93º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39381C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 56 | 28 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.78 |
| HSL | 57.93º | 0.34% | 0.17% | - |
| HSV(B) | 57.93º | 0.51% | 0.22% | - |
| XYZ | 3.31 | 3.78 | 1.65 | - |
| YUV | 53.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 28 | 0 | 0.02 | 0.51 | 0.78 | 57.93 | 0.34 | 0.17 |
| Hex | 39 | 38 | 1C | 0 | 2 | 33 | 4E | 3A | 22 | 11 |
| Octal | 71 | 70 | 34 | 0 | 2 | 63 | 116 | 72 | 42 | 21 |
| Binary | 111001 | 111000 | 11100 | 0 | 10 | 110011 | 1001110 | 111010 | 100010 | 10001 |
Color Harmonies of #39381C
Complementary color
Monochromatic Colors of #39381C
Black with #39381C
Text Example
Text Example
White with #39381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39381C; }
p { color: rgb(57,56,28); }
H1.HeaderClassName
{
color: #39381C;
}
.AnyTagClassName
{
color: #39381C;
}
</style>
background-color css
<style>
a { background-color: #39381C; }
a { background-color: rgb(57,56,28); }
div.DivClassName
{
background-color: #39381C;
}
.BgClassName
{
background-color: #39381C;
}
</style>
border-color css
<style>
span { border-color: #39381C; }
span { border-color: rgb(57,56,28); }
td.TdClassName
{
border-color: #39381C;
}
.TagClassName
{
border-color: #39381C;
}
</style>