Shades of El Paso #383925
Tints of El Paso #383925
RGB
CMYK
RGB Variations
Color information
#383925 (or 0x383925) is known color: El Paso. HEX triplet: 38, 39 and 25. RGB value is (56,57,37). Sum of RGB (Red+Green+Blue) = 56+57+37=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #383925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383925 is #C7C6DA. Grayscale: #363636. Windows color (decimal): -13092571 or 2439480. OLE color: 2439480.
HSL color Cylindrical-coordinate representation of color #383925: hue angle of 63º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383925 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 37 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.78 |
| HSL | 63º | 0.21% | 0.18% | - |
| HSV(B) | 63º | 0.35% | 0.22% | - |
| XYZ | 3.43 | 3.9 | 2.32 | - |
| YUV | 54.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 37 | 0.02 | 0 | 0.35 | 0.78 | 63 | 0.21 | 0.18 |
| Hex | 38 | 39 | 25 | 2 | 0 | 23 | 4E | 3F | 15 | 12 |
| Octal | 70 | 71 | 45 | 2 | 0 | 43 | 116 | 77 | 25 | 22 |
| Binary | 111000 | 111001 | 100101 | 10 | 0 | 100011 | 1001110 | 111111 | 10101 | 10010 |
Color Harmonies of #383925
Complementary color
Monochromatic Colors of #383925
Black with #383925
Text Example
Text Example
White with #383925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383925; }
p { color: rgb(56,57,37); }
H1.HeaderClassName
{
color: #383925;
}
.AnyTagClassName
{
color: #383925;
}
</style>
background-color css
<style>
a { background-color: #383925; }
a { background-color: rgb(56,57,37); }
div.DivClassName
{
background-color: #383925;
}
.BgClassName
{
background-color: #383925;
}
</style>
border-color css
<style>
span { border-color: #383925; }
span { border-color: rgb(56,57,37); }
td.TdClassName
{
border-color: #383925;
}
.TagClassName
{
border-color: #383925;
}
</style>