Shades of El Paso #383832
Tints of El Paso #383832
RGB
CMYK
RGB Variations
Color information
#383832 (or 0x383832) is known color: El Paso. HEX triplet: 38, 38 and 32. RGB value is (56,56,50). Sum of RGB (Red+Green+Blue) = 56+56+50=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383832 is #C7C7CD. Grayscale: #373737. Windows color (decimal): -13092814 or 3291192. OLE color: 3291192.
HSL color Cylindrical-coordinate representation of color #383832: hue angle of 60º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383832 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 50 | - |
| CMYK | 0 | 0 | 0.11 | 0.78 |
| HSL | 60º | 0.06% | 0.21% | - |
| HSV(B) | 60º | 0.11% | 0.22% | - |
| XYZ | 3.62 | 3.9 | 3.58 | - |
| YUV | 55.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 50 | 0 | 0 | 0.11 | 0.78 | 60 | 0.06 | 0.21 |
| Hex | 38 | 38 | 32 | 0 | 0 | B | 4E | 3C | 6 | 15 |
| Octal | 70 | 70 | 62 | 0 | 0 | 13 | 116 | 74 | 6 | 25 |
| Binary | 111000 | 111000 | 110010 | 0 | 0 | 1011 | 1001110 | 111100 | 110 | 10101 |
Color Harmonies of #383832
Complementary color
Monochromatic Colors of #383832
Black with #383832
Text Example
Text Example
White with #383832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383832; }
p { color: rgb(56,56,50); }
H1.HeaderClassName
{
color: #383832;
}
.AnyTagClassName
{
color: #383832;
}
</style>
background-color css
<style>
a { background-color: #383832; }
a { background-color: rgb(56,56,50); }
div.DivClassName
{
background-color: #383832;
}
.BgClassName
{
background-color: #383832;
}
</style>
border-color css
<style>
span { border-color: #383832; }
span { border-color: rgb(56,56,50); }
td.TdClassName
{
border-color: #383832;
}
.TagClassName
{
border-color: #383832;
}
</style>