Shades of El Paso #35352E
Tints of El Paso #35352E
RGB
CMYK
RGB Variations
Color information
#35352E (or 0x35352E) is known color: El Paso. HEX triplet: 35, 35 and 2E. RGB value is (53,53,46). Sum of RGB (Red+Green+Blue) = 53+53+46=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35352E is #CACAD1. Grayscale: #343434. Windows color (decimal): -13290194 or 3028277. OLE color: 3028277.
HSL color Cylindrical-coordinate representation of color #35352E: hue angle of 60º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35352E is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 46 | - |
| CMYK | 0 | 0 | 0.13 | 0.79 |
| HSL | 60º | 0.07% | 0.19% | - |
| HSV(B) | 60º | 0.13% | 0.21% | - |
| XYZ | 3.23 | 3.5 | 3.09 | - |
| YUV | 52.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 46 | 0 | 0 | 0.13 | 0.79 | 60 | 0.07 | 0.19 |
| Hex | 35 | 35 | 2E | 0 | 0 | D | 4F | 3C | 7 | 13 |
| Octal | 65 | 65 | 56 | 0 | 0 | 15 | 117 | 74 | 7 | 23 |
| Binary | 110101 | 110101 | 101110 | 0 | 0 | 1101 | 1001111 | 111100 | 111 | 10011 |
Color Harmonies of #35352E
Complementary color
Monochromatic Colors of #35352E
Black with #35352E
Text Example
Text Example
White with #35352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35352E; }
p { color: rgb(53,53,46); }
H1.HeaderClassName
{
color: #35352E;
}
.AnyTagClassName
{
color: #35352E;
}
</style>
background-color css
<style>
a { background-color: #35352E; }
a { background-color: rgb(53,53,46); }
div.DivClassName
{
background-color: #35352E;
}
.BgClassName
{
background-color: #35352E;
}
</style>
border-color css
<style>
span { border-color: #35352E; }
span { border-color: rgb(53,53,46); }
td.TdClassName
{
border-color: #35352E;
}
.TagClassName
{
border-color: #35352E;
}
</style>