Shades of El Paso #38382C
Tints of El Paso #38382C
RGB
CMYK
RGB Variations
Color information
#38382C (or 0x38382C) is known color: El Paso. HEX triplet: 38, 38 and 2C. RGB value is (56,56,44). Sum of RGB (Red+Green+Blue) = 56+56+44=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38382C is #C7C7D3. Grayscale: #363636. Windows color (decimal): -13092820 or 2897976. OLE color: 2897976.
HSL color Cylindrical-coordinate representation of color #38382C: hue angle of 60º 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 #38382C is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 44 | - |
| CMYK | 0 | 0 | 0.21 | 0.78 |
| HSL | 60º | 0.12% | 0.2% | - |
| HSV(B) | 60º | 0.21% | 0.22% | - |
| XYZ | 3.5 | 3.85 | 2.94 | - |
| YUV | 54.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 44 | 0 | 0 | 0.21 | 0.78 | 60 | 0.12 | 0.2 |
| Hex | 38 | 38 | 2C | 0 | 0 | 15 | 4E | 3C | C | 14 |
| Octal | 70 | 70 | 54 | 0 | 0 | 25 | 116 | 74 | 14 | 24 |
| Binary | 111000 | 111000 | 101100 | 0 | 0 | 10101 | 1001110 | 111100 | 1100 | 10100 |
Color Harmonies of #38382C
Complementary color
Monochromatic Colors of #38382C
Black with #38382C
Text Example
Text Example
White with #38382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38382C; }
p { color: rgb(56,56,44); }
H1.HeaderClassName
{
color: #38382C;
}
.AnyTagClassName
{
color: #38382C;
}
</style>
background-color css
<style>
a { background-color: #38382C; }
a { background-color: rgb(56,56,44); }
div.DivClassName
{
background-color: #38382C;
}
.BgClassName
{
background-color: #38382C;
}
</style>
border-color css
<style>
span { border-color: #38382C; }
span { border-color: rgb(56,56,44); }
td.TdClassName
{
border-color: #38382C;
}
.TagClassName
{
border-color: #38382C;
}
</style>