Shades of El Paso #33332A
Tints of El Paso #33332A
RGB
CMYK
RGB Variations
Color information
#33332A (or 0x33332A) is known color: El Paso. HEX triplet: 33, 33 and 2A. RGB value is (51,51,42). Sum of RGB (Red+Green+Blue) = 51+51+42=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 51 - color contains mainly: red, green. Hex color #33332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33332A is #CCCCD5. Grayscale: #323232. Windows color (decimal): -13421782 or 2765619. OLE color: 2765619.
HSL color Cylindrical-coordinate representation of color #33332A: hue angle of 60º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33332A is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 42 | - |
| CMYK | 0 | 0 | 0.18 | 0.8 |
| HSL | 60º | 0.1% | 0.18% | - |
| HSV(B) | 60º | 0.18% | 0.2% | - |
| XYZ | 2.97 | 3.24 | 2.66 | - |
| YUV | 49.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 42 | 0 | 0 | 0.18 | 0.8 | 60 | 0.1 | 0.18 |
| Hex | 33 | 33 | 2A | 0 | 0 | 12 | 50 | 3C | A | 12 |
| Octal | 63 | 63 | 52 | 0 | 0 | 22 | 120 | 74 | 12 | 22 |
| Binary | 110011 | 110011 | 101010 | 0 | 0 | 10010 | 1010000 | 111100 | 1010 | 10010 |
Color Harmonies of #33332A
Complementary color
Monochromatic Colors of #33332A
Black with #33332A
Text Example
Text Example
White with #33332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33332A; }
p { color: rgb(51,51,42); }
H1.HeaderClassName
{
color: #33332A;
}
.AnyTagClassName
{
color: #33332A;
}
</style>
background-color css
<style>
a { background-color: #33332A; }
a { background-color: rgb(51,51,42); }
div.DivClassName
{
background-color: #33332A;
}
.BgClassName
{
background-color: #33332A;
}
</style>
border-color css
<style>
span { border-color: #33332A; }
span { border-color: rgb(51,51,42); }
td.TdClassName
{
border-color: #33332A;
}
.TagClassName
{
border-color: #33332A;
}
</style>