Shades of El Paso #383823
Tints of El Paso #383823
RGB
CMYK
RGB Variations
Color information
#383823 (or 0x383823) is known color: El Paso. HEX triplet: 38, 38 and 23. RGB value is (56,56,35). Sum of RGB (Red+Green+Blue) = 56+56+35=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383823 is #C7C7DC. Grayscale: #353535. Windows color (decimal): -13092829 or 2308152. OLE color: 2308152.
HSL color Cylindrical-coordinate representation of color #383823: hue angle of 60º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383823 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 35 | - |
| CMYK | 0 | 0 | 0.37 | 0.78 |
| HSL | 60º | 0.23% | 0.18% | - |
| HSV(B) | 60º | 0.38% | 0.22% | - |
| XYZ | 3.35 | 3.79 | 2.15 | - |
| YUV | 53.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 35 | 0 | 0 | 0.37 | 0.78 | 60 | 0.23 | 0.18 |
| Hex | 38 | 38 | 23 | 0 | 0 | 25 | 4E | 3C | 17 | 12 |
| Octal | 70 | 70 | 43 | 0 | 0 | 45 | 116 | 74 | 27 | 22 |
| Binary | 111000 | 111000 | 100011 | 0 | 0 | 100101 | 1001110 | 111100 | 10111 | 10010 |
Color Harmonies of #383823
Complementary color
Monochromatic Colors of #383823
Black with #383823
Text Example
Text Example
White with #383823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383823; }
p { color: rgb(56,56,35); }
H1.HeaderClassName
{
color: #383823;
}
.AnyTagClassName
{
color: #383823;
}
</style>
background-color css
<style>
a { background-color: #383823; }
a { background-color: rgb(56,56,35); }
div.DivClassName
{
background-color: #383823;
}
.BgClassName
{
background-color: #383823;
}
</style>
border-color css
<style>
span { border-color: #383823; }
span { border-color: rgb(56,56,35); }
td.TdClassName
{
border-color: #383823;
}
.TagClassName
{
border-color: #383823;
}
</style>