Shades of El Paso #35342B
Tints of El Paso #35342B
RGB
CMYK
RGB Variations
Color information
#35342B (or 0x35342B) is known color: El Paso. HEX triplet: 35, 34 and 2B. RGB value is (53,52,43). Sum of RGB (Red+Green+Blue) = 53+52+43=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #35342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35342B is #CACBD4. Grayscale: #333333. Windows color (decimal): -13290453 or 2831413. OLE color: 2831413.
HSL color Cylindrical-coordinate representation of color #35342B: hue angle of 54º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #35342B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 52 | 43 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.79 |
| HSL | 54º | 0.1% | 0.19% | - |
| HSV(B) | 54º | 0.19% | 0.21% | - |
| XYZ | 3.13 | 3.39 | 2.77 | - |
| YUV | 51.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 43 | 0 | 0.02 | 0.19 | 0.79 | 54 | 0.1 | 0.19 |
| Hex | 35 | 34 | 2B | 0 | 2 | 13 | 4F | 36 | A | 13 |
| Octal | 65 | 64 | 53 | 0 | 2 | 23 | 117 | 66 | 12 | 23 |
| Binary | 110101 | 110100 | 101011 | 0 | 10 | 10011 | 1001111 | 110110 | 1010 | 10011 |
Color Harmonies of #35342B
Complementary color
Monochromatic Colors of #35342B
Black with #35342B
Text Example
Text Example
White with #35342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35342B; }
p { color: rgb(53,52,43); }
H1.HeaderClassName
{
color: #35342B;
}
.AnyTagClassName
{
color: #35342B;
}
</style>
background-color css
<style>
a { background-color: #35342B; }
a { background-color: rgb(53,52,43); }
div.DivClassName
{
background-color: #35342B;
}
.BgClassName
{
background-color: #35342B;
}
</style>
border-color css
<style>
span { border-color: #35342B; }
span { border-color: rgb(53,52,43); }
td.TdClassName
{
border-color: #35342B;
}
.TagClassName
{
border-color: #35342B;
}
</style>