Shades of El Paso #35352B
Tints of El Paso #35352B
RGB
CMYK
RGB Variations
Color information
#35352B (or 0x35352B) is known color: El Paso. HEX triplet: 35, 35 and 2B. RGB value is (53,53,43). Sum of RGB (Red+Green+Blue) = 53+53+43=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35352B is #CACAD4. Grayscale: #333333. Windows color (decimal): -13290197 or 2831669. OLE color: 2831669.
HSL color Cylindrical-coordinate representation of color #35352B: hue angle of 60º 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 #35352B is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 43 | - |
| CMYK | 0 | 0 | 0.19 | 0.79 |
| HSL | 60º | 0.1% | 0.19% | - |
| HSV(B) | 60º | 0.19% | 0.21% | - |
| XYZ | 3.18 | 3.48 | 2.79 | - |
| YUV | 51.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 43 | 0 | 0 | 0.19 | 0.79 | 60 | 0.1 | 0.19 |
| Hex | 35 | 35 | 2B | 0 | 0 | 13 | 4F | 3C | A | 13 |
| Octal | 65 | 65 | 53 | 0 | 0 | 23 | 117 | 74 | 12 | 23 |
| Binary | 110101 | 110101 | 101011 | 0 | 0 | 10011 | 1001111 | 111100 | 1010 | 10011 |
Color Harmonies of #35352B
Complementary color
Monochromatic Colors of #35352B
Black with #35352B
Text Example
Text Example
White with #35352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35352B; }
p { color: rgb(53,53,43); }
H1.HeaderClassName
{
color: #35352B;
}
.AnyTagClassName
{
color: #35352B;
}
</style>
background-color css
<style>
a { background-color: #35352B; }
a { background-color: rgb(53,53,43); }
div.DivClassName
{
background-color: #35352B;
}
.BgClassName
{
background-color: #35352B;
}
</style>
border-color css
<style>
span { border-color: #35352B; }
span { border-color: rgb(53,53,43); }
td.TdClassName
{
border-color: #35352B;
}
.TagClassName
{
border-color: #35352B;
}
</style>