Shades of El Paso #383930
Tints of El Paso #383930
RGB
CMYK
RGB Variations
Color information
#383930 (or 0x383930) is known color: El Paso. HEX triplet: 38, 39 and 30. RGB value is (56,57,48). Sum of RGB (Red+Green+Blue) = 56+57+48=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 57 - color contains mainly: green. Hex color #383930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383930 is #C7C6CF. Grayscale: #373737. Windows color (decimal): -13092560 or 3160376. OLE color: 3160376.
HSL color Cylindrical-coordinate representation of color #383930: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #383930 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 48 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.78 |
| HSL | 66.67º | 0.09% | 0.21% | - |
| HSV(B) | 66.67º | 0.16% | 0.22% | - |
| XYZ | 3.63 | 3.98 | 3.37 | - |
| YUV | 55.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 48 | 0.02 | 0 | 0.16 | 0.78 | 66.67 | 0.09 | 0.21 |
| Hex | 38 | 39 | 30 | 2 | 0 | 10 | 4E | 43 | 9 | 15 |
| Octal | 70 | 71 | 60 | 2 | 0 | 20 | 116 | 103 | 11 | 25 |
| Binary | 111000 | 111001 | 110000 | 10 | 0 | 10000 | 1001110 | 1000011 | 1001 | 10101 |
Color Harmonies of #383930
Complementary color
Monochromatic Colors of #383930
Black with #383930
Text Example
Text Example
White with #383930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383930; }
p { color: rgb(56,57,48); }
H1.HeaderClassName
{
color: #383930;
}
.AnyTagClassName
{
color: #383930;
}
</style>
background-color css
<style>
a { background-color: #383930; }
a { background-color: rgb(56,57,48); }
div.DivClassName
{
background-color: #383930;
}
.BgClassName
{
background-color: #383930;
}
</style>
border-color css
<style>
span { border-color: #383930; }
span { border-color: rgb(56,57,48); }
td.TdClassName
{
border-color: #383930;
}
.TagClassName
{
border-color: #383930;
}
</style>