Shades of El Paso #3D3C33
Tints of El Paso #3D3C33
RGB
CMYK
RGB Variations
Color information
#3D3C33 (or 0x3D3C33) is known color: El Paso. HEX triplet: 3D, 3C and 33. RGB value is (61,60,51). Sum of RGB (Red+Green+Blue) = 61+60+51=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C33 is #C2C3CC. Grayscale: #3B3B3B. Windows color (decimal): -12764109 or 3357757. OLE color: 3357757.
HSL color Cylindrical-coordinate representation of color #3D3C33: hue angle of 54º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D3C33 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 51 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.76 |
| HSL | 54º | 0.09% | 0.22% | - |
| HSV(B) | 54º | 0.16% | 0.24% | - |
| XYZ | 4.14 | 4.46 | 3.78 | - |
| YUV | 59.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 51 | 0 | 0.02 | 0.16 | 0.76 | 54 | 0.09 | 0.22 |
| Hex | 3D | 3C | 33 | 0 | 2 | 10 | 4C | 36 | 9 | 16 |
| Octal | 75 | 74 | 63 | 0 | 2 | 20 | 114 | 66 | 11 | 26 |
| Binary | 111101 | 111100 | 110011 | 0 | 10 | 10000 | 1001100 | 110110 | 1001 | 10110 |
Color Harmonies of #3D3C33
Complementary color
Monochromatic Colors of #3D3C33
Black with #3D3C33
Text Example
Text Example
White with #3D3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C33; }
p { color: rgb(61,60,51); }
H1.HeaderClassName
{
color: #3D3C33;
}
.AnyTagClassName
{
color: #3D3C33;
}
</style>
background-color css
<style>
a { background-color: #3D3C33; }
a { background-color: rgb(61,60,51); }
div.DivClassName
{
background-color: #3D3C33;
}
.BgClassName
{
background-color: #3D3C33;
}
</style>
border-color css
<style>
span { border-color: #3D3C33; }
span { border-color: rgb(61,60,51); }
td.TdClassName
{
border-color: #3D3C33;
}
.TagClassName
{
border-color: #3D3C33;
}
</style>