Shades of El Paso #33332B
Tints of El Paso #33332B
RGB
CMYK
RGB Variations
Color information
#33332B (or 0x33332B) is known color: El Paso. HEX triplet: 33, 33 and 2B. RGB value is (51,51,43). Sum of RGB (Red+Green+Blue) = 51+51+43=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 51 - color contains mainly: red, green. Hex color #33332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33332B is #CCCCD4. Grayscale: #323232. Windows color (decimal): -13421781 or 2831155. OLE color: 2831155.
HSL color Cylindrical-coordinate representation of color #33332B: hue angle of 60º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #33332B is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 51 | 43 | - |
CMYK | 0 | 0 | 0.16 | 0.8 |
HSL | 60º | 0.09% | 0.18% | - |
HSV(B) | 60º | 0.16% | 0.2% | - |
XYZ | 2.99 | 3.25 | 2.75 | - |
YUV | 50.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 51 | 43 | 0 | 0 | 0.16 | 0.8 | 60 | 0.09 | 0.18 |
Hex | 33 | 33 | 2B | 0 | 0 | 10 | 50 | 3C | 9 | 12 |
Octal | 63 | 63 | 53 | 0 | 0 | 20 | 120 | 74 | 11 | 22 |
Binary | 110011 | 110011 | 101011 | 0 | 0 | 10000 | 1010000 | 111100 | 1001 | 10010 |
Color Harmonies of #33332B
Complementary color
Monochromatic Colors of #33332B
Black with #33332B
Text Example
Text Example
White with #33332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33332B; }
p { color: rgb(51,51,43); }
H1.HeaderClassName
{
color: #33332B;
}
.AnyTagClassName
{
color: #33332B;
}
</style>
background-color css
<style>
a { background-color: #33332B; }
a { background-color: rgb(51,51,43); }
div.DivClassName
{
background-color: #33332B;
}
.BgClassName
{
background-color: #33332B;
}
</style>
border-color css
<style>
span { border-color: #33332B; }
span { border-color: rgb(51,51,43); }
td.TdClassName
{
border-color: #33332B;
}
.TagClassName
{
border-color: #33332B;
}
</style>