Shades of El Paso #333328
Tints of El Paso #333328
RGB
CMYK
RGB Variations
Color information
#333328 (or 0x333328) is known color: El Paso. HEX triplet: 33, 33 and 28. RGB value is (51,51,40). Sum of RGB (Red+Green+Blue) = 51+51+40=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333328 is #CCCCD7. Grayscale: #313131. Windows color (decimal): -13421784 or 2634547. OLE color: 2634547.
HSL color Cylindrical-coordinate representation of color #333328: hue angle of 60º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333328 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 51 | 40 | - |
| CMYK | 0 | 0 | 0.22 | 0.8 |
| HSL | 60º | 0.12% | 0.18% | - |
| HSV(B) | 60º | 0.22% | 0.2% | - |
| XYZ | 2.93 | 3.22 | 2.48 | - |
| YUV | 49.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 40 | 0 | 0 | 0.22 | 0.8 | 60 | 0.12 | 0.18 |
| Hex | 33 | 33 | 28 | 0 | 0 | 16 | 50 | 3C | C | 12 |
| Octal | 63 | 63 | 50 | 0 | 0 | 26 | 120 | 74 | 14 | 22 |
| Binary | 110011 | 110011 | 101000 | 0 | 0 | 10110 | 1010000 | 111100 | 1100 | 10010 |
Color Harmonies of #333328
Complementary color
Monochromatic Colors of #333328
Black with #333328
Text Example
Text Example
White with #333328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333328; }
p { color: rgb(51,51,40); }
H1.HeaderClassName
{
color: #333328;
}
.AnyTagClassName
{
color: #333328;
}
</style>
background-color css
<style>
a { background-color: #333328; }
a { background-color: rgb(51,51,40); }
div.DivClassName
{
background-color: #333328;
}
.BgClassName
{
background-color: #333328;
}
</style>
border-color css
<style>
span { border-color: #333328; }
span { border-color: rgb(51,51,40); }
td.TdClassName
{
border-color: #333328;
}
.TagClassName
{
border-color: #333328;
}
</style>