Shades of El Paso #35362B
Tints of El Paso #35362B
RGB
CMYK
RGB Variations
Color information
#35362B (or 0x35362B) is known color: El Paso. HEX triplet: 35, 36 and 2B. RGB value is (53,54,43). Sum of RGB (Red+Green+Blue) = 53+54+43=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 54 - color contains mainly: green. Hex color #35362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35362B is #CAC9D4. Grayscale: #343434. Windows color (decimal): -13289941 or 2831925. OLE color: 2831925.
HSL color Cylindrical-coordinate representation of color #35362B: hue angle of 65.45º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #35362B is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 43 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.79 |
| HSL | 65.45º | 0.11% | 0.19% | - |
| HSV(B) | 65.45º | 0.2% | 0.21% | - |
| XYZ | 3.22 | 3.57 | 2.8 | - |
| YUV | 52.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 43 | 0.02 | 0 | 0.20 | 0.79 | 65.45 | 0.11 | 0.19 |
| Hex | 35 | 36 | 2B | 2 | 0 | 14 | 4F | 41 | B | 13 |
| Octal | 65 | 66 | 53 | 2 | 0 | 24 | 117 | 101 | 13 | 23 |
| Binary | 110101 | 110110 | 101011 | 10 | 0 | 10100 | 1001111 | 1000001 | 1011 | 10011 |
Color Harmonies of #35362B
Complementary color
Monochromatic Colors of #35362B
Black with #35362B
Text Example
Text Example
White with #35362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35362B; }
p { color: rgb(53,54,43); }
H1.HeaderClassName
{
color: #35362B;
}
.AnyTagClassName
{
color: #35362B;
}
</style>
background-color css
<style>
a { background-color: #35362B; }
a { background-color: rgb(53,54,43); }
div.DivClassName
{
background-color: #35362B;
}
.BgClassName
{
background-color: #35362B;
}
</style>
border-color css
<style>
span { border-color: #35362B; }
span { border-color: rgb(53,54,43); }
td.TdClassName
{
border-color: #35362B;
}
.TagClassName
{
border-color: #35362B;
}
</style>