Shades of El Paso #383922
Tints of El Paso #383922
RGB
CMYK
RGB Variations
Color information
#383922 (or 0x383922) is known color: El Paso. HEX triplet: 38, 39 and 22. RGB value is (56,57,34). Sum of RGB (Red+Green+Blue) = 56+57+34=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #383922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383922 is #C7C6DD. Grayscale: #363636. Windows color (decimal): -13092574 or 2242872. OLE color: 2242872.
HSL color Cylindrical-coordinate representation of color #383922: hue angle of 62.61º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383922 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 34 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.78 |
| HSL | 62.61º | 0.25% | 0.18% | - |
| HSV(B) | 62.61º | 0.4% | 0.22% | - |
| XYZ | 3.38 | 3.88 | 2.08 | - |
| YUV | 54.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 34 | 0.02 | 0 | 0.40 | 0.78 | 62.61 | 0.25 | 0.18 |
| Hex | 38 | 39 | 22 | 2 | 0 | 28 | 4E | 3F | 19 | 12 |
| Octal | 70 | 71 | 42 | 2 | 0 | 50 | 116 | 77 | 31 | 22 |
| Binary | 111000 | 111001 | 100010 | 10 | 0 | 101000 | 1001110 | 111111 | 11001 | 10010 |
Color Harmonies of #383922
Complementary color
Monochromatic Colors of #383922
Black with #383922
Text Example
Text Example
White with #383922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383922; }
p { color: rgb(56,57,34); }
H1.HeaderClassName
{
color: #383922;
}
.AnyTagClassName
{
color: #383922;
}
</style>
background-color css
<style>
a { background-color: #383922; }
a { background-color: rgb(56,57,34); }
div.DivClassName
{
background-color: #383922;
}
.BgClassName
{
background-color: #383922;
}
</style>
border-color css
<style>
span { border-color: #383922; }
span { border-color: rgb(56,57,34); }
td.TdClassName
{
border-color: #383922;
}
.TagClassName
{
border-color: #383922;
}
</style>