Shades of El Paso #3D3D2B
Tints of El Paso #3D3D2B
RGB
CMYK
RGB Variations
Color information
#3D3D2B (or 0x3D3D2B) is known color: El Paso. HEX triplet: 3D, 3D and 2B. RGB value is (61,61,43). Sum of RGB (Red+Green+Blue) = 61+61+43=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 61 - color contains mainly: red, green. Hex color #3D3D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3D2B is #C2C2D4. Grayscale: #3B3B3B. Windows color (decimal): -12763861 or 2833725. OLE color: 2833725.
HSL color Cylindrical-coordinate representation of color #3D3D2B: hue angle of 60º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D3D2B is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 61 | 43 | - |
| CMYK | 0 | 0 | 0.30 | 0.76 |
| HSL | 60º | 0.17% | 0.2% | - |
| HSV(B) | 60º | 0.3% | 0.24% | - |
| XYZ | 4.03 | 4.5 | 2.94 | - |
| YUV | 58.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 61 | 43 | 0 | 0 | 0.30 | 0.76 | 60 | 0.17 | 0.2 |
| Hex | 3D | 3D | 2B | 0 | 0 | 1E | 4C | 3C | 11 | 14 |
| Octal | 75 | 75 | 53 | 0 | 0 | 36 | 114 | 74 | 21 | 24 |
| Binary | 111101 | 111101 | 101011 | 0 | 0 | 11110 | 1001100 | 111100 | 10001 | 10100 |
Color Harmonies of #3D3D2B
Complementary color
Monochromatic Colors of #3D3D2B
Black with #3D3D2B
Text Example
Text Example
White with #3D3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3D2B; }
p { color: rgb(61,61,43); }
H1.HeaderClassName
{
color: #3D3D2B;
}
.AnyTagClassName
{
color: #3D3D2B;
}
</style>
background-color css
<style>
a { background-color: #3D3D2B; }
a { background-color: rgb(61,61,43); }
div.DivClassName
{
background-color: #3D3D2B;
}
.BgClassName
{
background-color: #3D3D2B;
}
</style>
border-color css
<style>
span { border-color: #3D3D2B; }
span { border-color: rgb(61,61,43); }
td.TdClassName
{
border-color: #3D3D2B;
}
.TagClassName
{
border-color: #3D3D2B;
}
</style>