Shades of El Paso #38382F
Tints of El Paso #38382F
RGB
CMYK
RGB Variations
Color information
#38382F (or 0x38382F) is known color: El Paso. HEX triplet: 38, 38 and 2F. RGB value is (56,56,47). Sum of RGB (Red+Green+Blue) = 56+56+47=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38382F is #C7C7D0. Grayscale: #373737. Windows color (decimal): -13092817 or 3094584. OLE color: 3094584.
HSL color Cylindrical-coordinate representation of color #38382F: hue angle of 60º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38382F is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 47 | - |
| CMYK | 0 | 0 | 0.16 | 0.78 |
| HSL | 60º | 0.09% | 0.2% | - |
| HSV(B) | 60º | 0.16% | 0.22% | - |
| XYZ | 3.56 | 3.87 | 3.25 | - |
| YUV | 54.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 47 | 0 | 0 | 0.16 | 0.78 | 60 | 0.09 | 0.2 |
| Hex | 38 | 38 | 2F | 0 | 0 | 10 | 4E | 3C | 9 | 14 |
| Octal | 70 | 70 | 57 | 0 | 0 | 20 | 116 | 74 | 11 | 24 |
| Binary | 111000 | 111000 | 101111 | 0 | 0 | 10000 | 1001110 | 111100 | 1001 | 10100 |
Color Harmonies of #38382F
Complementary color
Monochromatic Colors of #38382F
Black with #38382F
Text Example
Text Example
White with #38382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38382F; }
p { color: rgb(56,56,47); }
H1.HeaderClassName
{
color: #38382F;
}
.AnyTagClassName
{
color: #38382F;
}
</style>
background-color css
<style>
a { background-color: #38382F; }
a { background-color: rgb(56,56,47); }
div.DivClassName
{
background-color: #38382F;
}
.BgClassName
{
background-color: #38382F;
}
</style>
border-color css
<style>
span { border-color: #38382F; }
span { border-color: rgb(56,56,47); }
td.TdClassName
{
border-color: #38382F;
}
.TagClassName
{
border-color: #38382F;
}
</style>