Shades of El Paso #33332D
Tints of El Paso #33332D
RGB
CMYK
RGB Variations
Color information
#33332D (or 0x33332D) is known color: El Paso. HEX triplet: 33, 33 and 2D. RGB value is (51,51,45). Sum of RGB (Red+Green+Blue) = 51+51+45=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 51 - color contains mainly: red, green. Hex color #33332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33332D is #CCCCD2. Grayscale: #323232. Windows color (decimal): -13421779 or 2962227. OLE color: 2962227.
HSL color Cylindrical-coordinate representation of color #33332D: hue angle of 60º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #33332D is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 45 | - |
| CMYK | 0 | 0 | 0.12 | 0.8 |
| HSL | 60º | 0.06% | 0.19% | - |
| HSV(B) | 60º | 0.12% | 0.2% | - |
| XYZ | 3.02 | 3.26 | 2.95 | - |
| YUV | 50.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 45 | 0 | 0 | 0.12 | 0.8 | 60 | 0.06 | 0.19 |
| Hex | 33 | 33 | 2D | 0 | 0 | C | 50 | 3C | 6 | 13 |
| Octal | 63 | 63 | 55 | 0 | 0 | 14 | 120 | 74 | 6 | 23 |
| Binary | 110011 | 110011 | 101101 | 0 | 0 | 1100 | 1010000 | 111100 | 110 | 10011 |
Color Harmonies of #33332D
Complementary color
Monochromatic Colors of #33332D
Black with #33332D
Text Example
Text Example
White with #33332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33332D; }
p { color: rgb(51,51,45); }
H1.HeaderClassName
{
color: #33332D;
}
.AnyTagClassName
{
color: #33332D;
}
</style>
background-color css
<style>
a { background-color: #33332D; }
a { background-color: rgb(51,51,45); }
div.DivClassName
{
background-color: #33332D;
}
.BgClassName
{
background-color: #33332D;
}
</style>
border-color css
<style>
span { border-color: #33332D; }
span { border-color: rgb(51,51,45); }
td.TdClassName
{
border-color: #33332D;
}
.TagClassName
{
border-color: #33332D;
}
</style>