Shades of El Paso #35352D
Tints of El Paso #35352D
RGB
CMYK
RGB Variations
Color information
#35352D (or 0x35352D) is known color: El Paso. HEX triplet: 35, 35 and 2D. RGB value is (53,53,45). Sum of RGB (Red+Green+Blue) = 53+53+45=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35352D is #CACAD2. Grayscale: #343434. Windows color (decimal): -13290195 or 2962741. OLE color: 2962741.
HSL color Cylindrical-coordinate representation of color #35352D: hue angle of 60º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35352D is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 45 | - |
| CMYK | 0 | 0 | 0.15 | 0.79 |
| HSL | 60º | 0.08% | 0.19% | - |
| HSV(B) | 60º | 0.15% | 0.21% | - |
| XYZ | 3.21 | 3.49 | 2.99 | - |
| YUV | 52.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 45 | 0 | 0 | 0.15 | 0.79 | 60 | 0.08 | 0.19 |
| Hex | 35 | 35 | 2D | 0 | 0 | F | 4F | 3C | 8 | 13 |
| Octal | 65 | 65 | 55 | 0 | 0 | 17 | 117 | 74 | 10 | 23 |
| Binary | 110101 | 110101 | 101101 | 0 | 0 | 1111 | 1001111 | 111100 | 1000 | 10011 |
Color Harmonies of #35352D
Complementary color
Monochromatic Colors of #35352D
Black with #35352D
Text Example
Text Example
White with #35352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35352D; }
p { color: rgb(53,53,45); }
H1.HeaderClassName
{
color: #35352D;
}
.AnyTagClassName
{
color: #35352D;
}
</style>
background-color css
<style>
a { background-color: #35352D; }
a { background-color: rgb(53,53,45); }
div.DivClassName
{
background-color: #35352D;
}
.BgClassName
{
background-color: #35352D;
}
</style>
border-color css
<style>
span { border-color: #35352D; }
span { border-color: rgb(53,53,45); }
td.TdClassName
{
border-color: #35352D;
}
.TagClassName
{
border-color: #35352D;
}
</style>