Shades of El Paso #35362C
Tints of El Paso #35362C
RGB
CMYK
RGB Variations
Color information
#35362C (or 0x35362C) is known color: El Paso. HEX triplet: 35, 36 and 2C. RGB value is (53,54,44). Sum of RGB (Red+Green+Blue) = 53+54+44=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 54 - color contains mainly: green. Hex color #35362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35362C is #CAC9D3. Grayscale: #343434. Windows color (decimal): -13289940 or 2897461. OLE color: 2897461.
HSL color Cylindrical-coordinate representation of color #35362C: hue angle of 66º 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 #35362C is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 44 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.79 |
| HSL | 66º | 0.1% | 0.19% | - |
| HSV(B) | 66º | 0.19% | 0.21% | - |
| XYZ | 3.24 | 3.58 | 2.9 | - |
| YUV | 52.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 44 | 0.02 | 0 | 0.19 | 0.79 | 66 | 0.1 | 0.19 |
| Hex | 35 | 36 | 2C | 2 | 0 | 13 | 4F | 42 | A | 13 |
| Octal | 65 | 66 | 54 | 2 | 0 | 23 | 117 | 102 | 12 | 23 |
| Binary | 110101 | 110110 | 101100 | 10 | 0 | 10011 | 1001111 | 1000010 | 1010 | 10011 |
Color Harmonies of #35362C
Complementary color
Monochromatic Colors of #35362C
Black with #35362C
Text Example
Text Example
White with #35362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35362C; }
p { color: rgb(53,54,44); }
H1.HeaderClassName
{
color: #35362C;
}
.AnyTagClassName
{
color: #35362C;
}
</style>
background-color css
<style>
a { background-color: #35362C; }
a { background-color: rgb(53,54,44); }
div.DivClassName
{
background-color: #35362C;
}
.BgClassName
{
background-color: #35362C;
}
</style>
border-color css
<style>
span { border-color: #35362C; }
span { border-color: rgb(53,54,44); }
td.TdClassName
{
border-color: #35362C;
}
.TagClassName
{
border-color: #35362C;
}
</style>