Shades of El Paso #323230
Tints of El Paso #323230
RGB
CMYK
RGB Variations
Color information
#323230 (or 0x323230) is known color: El Paso. HEX triplet: 32, 32 and 30. RGB value is (50,50,48). Sum of RGB (Red+Green+Blue) = 50+50+48=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323230 is #CDCDCF. Grayscale: #313131. Windows color (decimal): -13487568 or 3158578. OLE color: 3158578.
HSL color Cylindrical-coordinate representation of color #323230: hue angle of 60º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #323230 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 48 | - |
| CMYK | 0 | 0 | 0.04 | 0.80 |
| HSL | 60º | 0.02% | 0.19% | - |
| HSV(B) | 60º | 0.04% | 0.2% | - |
| XYZ | 2.99 | 3.17 | 3.25 | - |
| YUV | 49.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 48 | 0 | 0 | 0.04 | 0.80 | 60 | 0.02 | 0.19 |
| Hex | 32 | 32 | 30 | 0 | 0 | 4 | 50 | 3C | 2 | 13 |
| Octal | 62 | 62 | 60 | 0 | 0 | 4 | 120 | 74 | 2 | 23 |
| Binary | 110010 | 110010 | 110000 | 0 | 0 | 100 | 1010000 | 111100 | 10 | 10011 |
Color Harmonies of #323230
Complementary color
Monochromatic Colors of #323230
Black with #323230
Text Example
Text Example
White with #323230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323230; }
p { color: rgb(50,50,48); }
H1.HeaderClassName
{
color: #323230;
}
.AnyTagClassName
{
color: #323230;
}
</style>
background-color css
<style>
a { background-color: #323230; }
a { background-color: rgb(50,50,48); }
div.DivClassName
{
background-color: #323230;
}
.BgClassName
{
background-color: #323230;
}
</style>
border-color css
<style>
span { border-color: #323230; }
span { border-color: rgb(50,50,48); }
td.TdClassName
{
border-color: #323230;
}
.TagClassName
{
border-color: #323230;
}
</style>