Shades of El Paso #383A21
Tints of El Paso #383A21
RGB
CMYK
RGB Variations
Color information
#383A21 (or 0x383A21) is known color: El Paso. HEX triplet: 38, 3A and 21. RGB value is (56,58,33). Sum of RGB (Red+Green+Blue) = 56+58+33=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #383A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A21 is #C7C5DE. Grayscale: #363636. Windows color (decimal): -13092319 or 2177592. OLE color: 2177592.
HSL color Cylindrical-coordinate representation of color #383A21: hue angle of 64.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383A21 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 33 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.77 |
| HSL | 64.8º | 0.27% | 0.18% | - |
| HSV(B) | 64.8º | 0.43% | 0.23% | - |
| XYZ | 3.42 | 3.98 | 2.03 | - |
| YUV | 54.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 33 | 0.03 | 0 | 0.43 | 0.77 | 64.8 | 0.27 | 0.18 |
| Hex | 38 | 3A | 21 | 3 | 0 | 2B | 4D | 41 | 1B | 12 |
| Octal | 70 | 72 | 41 | 3 | 0 | 53 | 115 | 101 | 33 | 22 |
| Binary | 111000 | 111010 | 100001 | 11 | 0 | 101011 | 1001101 | 1000001 | 11011 | 10010 |
Color Harmonies of #383A21
Complementary color
Monochromatic Colors of #383A21
Black with #383A21
Text Example
Text Example
White with #383A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A21; }
p { color: rgb(56,58,33); }
H1.HeaderClassName
{
color: #383A21;
}
.AnyTagClassName
{
color: #383A21;
}
</style>
background-color css
<style>
a { background-color: #383A21; }
a { background-color: rgb(56,58,33); }
div.DivClassName
{
background-color: #383A21;
}
.BgClassName
{
background-color: #383A21;
}
</style>
border-color css
<style>
span { border-color: #383A21; }
span { border-color: rgb(56,58,33); }
td.TdClassName
{
border-color: #383A21;
}
.TagClassName
{
border-color: #383A21;
}
</style>