Shades of El Paso #37382C
Tints of El Paso #37382C
RGB
CMYK
RGB Variations
Color information
#37382C (or 0x37382C) is known color: El Paso. HEX triplet: 37, 38 and 2C. RGB value is (55,56,44). Sum of RGB (Red+Green+Blue) = 55+56+44=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 56 - color contains mainly: green. Hex color #37382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37382C is #C8C7D3. Grayscale: #363636. Windows color (decimal): -13158356 or 2897975. OLE color: 2897975.
HSL color Cylindrical-coordinate representation of color #37382C: hue angle of 65º 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 #37382C is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 56 | 44 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.78 |
| HSL | 65º | 0.12% | 0.2% | - |
| HSV(B) | 65º | 0.21% | 0.22% | - |
| XYZ | 3.44 | 3.82 | 2.94 | - |
| YUV | 54.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 44 | 0.02 | 0 | 0.21 | 0.78 | 65 | 0.12 | 0.2 |
| Hex | 37 | 38 | 2C | 2 | 0 | 15 | 4E | 41 | C | 14 |
| Octal | 67 | 70 | 54 | 2 | 0 | 25 | 116 | 101 | 14 | 24 |
| Binary | 110111 | 111000 | 101100 | 10 | 0 | 10101 | 1001110 | 1000001 | 1100 | 10100 |
Color Harmonies of #37382C
Complementary color
Monochromatic Colors of #37382C
Black with #37382C
Text Example
Text Example
White with #37382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37382C; }
p { color: rgb(55,56,44); }
H1.HeaderClassName
{
color: #37382C;
}
.AnyTagClassName
{
color: #37382C;
}
</style>
background-color css
<style>
a { background-color: #37382C; }
a { background-color: rgb(55,56,44); }
div.DivClassName
{
background-color: #37382C;
}
.BgClassName
{
background-color: #37382C;
}
</style>
border-color css
<style>
span { border-color: #37382C; }
span { border-color: rgb(55,56,44); }
td.TdClassName
{
border-color: #37382C;
}
.TagClassName
{
border-color: #37382C;
}
</style>