Shades of El Paso #383831
Tints of El Paso #383831
RGB
CMYK
RGB Variations
Color information
#383831 (or 0x383831) is known color: El Paso. HEX triplet: 38, 38 and 31. RGB value is (56,56,49). Sum of RGB (Red+Green+Blue) = 56+56+49=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383831 is #C7C7CE. Grayscale: #373737. Windows color (decimal): -13092815 or 3225656. OLE color: 3225656.
HSL color Cylindrical-coordinate representation of color #383831: hue angle of 60º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383831 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 49 | - |
| CMYK | 0 | 0 | 0.12 | 0.78 |
| HSL | 60º | 0.07% | 0.21% | - |
| HSV(B) | 60º | 0.13% | 0.22% | - |
| XYZ | 3.6 | 3.89 | 3.47 | - |
| YUV | 55.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 49 | 0 | 0 | 0.12 | 0.78 | 60 | 0.07 | 0.21 |
| Hex | 38 | 38 | 31 | 0 | 0 | C | 4E | 3C | 7 | 15 |
| Octal | 70 | 70 | 61 | 0 | 0 | 14 | 116 | 74 | 7 | 25 |
| Binary | 111000 | 111000 | 110001 | 0 | 0 | 1100 | 1001110 | 111100 | 111 | 10101 |
Color Harmonies of #383831
Complementary color
Monochromatic Colors of #383831
Black with #383831
Text Example
Text Example
White with #383831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383831; }
p { color: rgb(56,56,49); }
H1.HeaderClassName
{
color: #383831;
}
.AnyTagClassName
{
color: #383831;
}
</style>
background-color css
<style>
a { background-color: #383831; }
a { background-color: rgb(56,56,49); }
div.DivClassName
{
background-color: #383831;
}
.BgClassName
{
background-color: #383831;
}
</style>
border-color css
<style>
span { border-color: #383831; }
span { border-color: rgb(56,56,49); }
td.TdClassName
{
border-color: #383831;
}
.TagClassName
{
border-color: #383831;
}
</style>