Shades of El Paso #383927
Tints of El Paso #383927
RGB
CMYK
RGB Variations
Color information
#383927 (or 0x383927) is known color: El Paso. HEX triplet: 38, 39 and 27. RGB value is (56,57,39). Sum of RGB (Red+Green+Blue) = 56+57+39=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 57 - color contains mainly: green. Hex color #383927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383927 is #C7C6D8. Grayscale: #363636. Windows color (decimal): -13092569 or 2570552. OLE color: 2570552.
HSL color Cylindrical-coordinate representation of color #383927: hue angle of 63.33º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #383927 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 39 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.78 |
| HSL | 63.33º | 0.19% | 0.19% | - |
| HSV(B) | 63.33º | 0.32% | 0.22% | - |
| XYZ | 3.46 | 3.91 | 2.49 | - |
| YUV | 54.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 39 | 0.02 | 0 | 0.32 | 0.78 | 63.33 | 0.19 | 0.19 |
| Hex | 38 | 39 | 27 | 2 | 0 | 20 | 4E | 3F | 13 | 13 |
| Octal | 70 | 71 | 47 | 2 | 0 | 40 | 116 | 77 | 23 | 23 |
| Binary | 111000 | 111001 | 100111 | 10 | 0 | 100000 | 1001110 | 111111 | 10011 | 10011 |
Color Harmonies of #383927
Complementary color
Monochromatic Colors of #383927
Black with #383927
Text Example
Text Example
White with #383927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383927; }
p { color: rgb(56,57,39); }
H1.HeaderClassName
{
color: #383927;
}
.AnyTagClassName
{
color: #383927;
}
</style>
background-color css
<style>
a { background-color: #383927; }
a { background-color: rgb(56,57,39); }
div.DivClassName
{
background-color: #383927;
}
.BgClassName
{
background-color: #383927;
}
</style>
border-color css
<style>
span { border-color: #383927; }
span { border-color: rgb(56,57,39); }
td.TdClassName
{
border-color: #383927;
}
.TagClassName
{
border-color: #383927;
}
</style>