Shades of El Paso #3C3C32
Tints of El Paso #3C3C32
RGB
CMYK
RGB Variations
Color information
#3C3C32 (or 0x3C3C32) is known color: El Paso. HEX triplet: 3C, 3C and 32. RGB value is (60,60,50). Sum of RGB (Red+Green+Blue) = 60+60+50=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 60 - color contains mainly: red, green. Hex color #3C3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3C32 is #C3C3CD. Grayscale: #3A3A3A. Windows color (decimal): -12829646 or 3292220. OLE color: 3292220.
HSL color Cylindrical-coordinate representation of color #3C3C32: hue angle of 60º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C3C32 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 60 | 50 | - |
CMYK | 0 | 0 | 0.17 | 0.76 |
HSL | 60º | 0.09% | 0.22% | - |
HSV(B) | 60º | 0.17% | 0.24% | - |
XYZ | 4.06 | 4.42 | 3.66 | - |
YUV | 58.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 60 | 50 | 0 | 0 | 0.17 | 0.76 | 60 | 0.09 | 0.22 |
Hex | 3C | 3C | 32 | 0 | 0 | 11 | 4C | 3C | 9 | 16 |
Octal | 74 | 74 | 62 | 0 | 0 | 21 | 114 | 74 | 11 | 26 |
Binary | 111100 | 111100 | 110010 | 0 | 0 | 10001 | 1001100 | 111100 | 1001 | 10110 |
Color Harmonies of #3C3C32
Complementary color
Monochromatic Colors of #3C3C32
Black with #3C3C32
Text Example
Text Example
White with #3C3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C32; }
p { color: rgb(60,60,50); }
H1.HeaderClassName
{
color: #3C3C32;
}
.AnyTagClassName
{
color: #3C3C32;
}
</style>
background-color css
<style>
a { background-color: #3C3C32; }
a { background-color: rgb(60,60,50); }
div.DivClassName
{
background-color: #3C3C32;
}
.BgClassName
{
background-color: #3C3C32;
}
</style>
border-color css
<style>
span { border-color: #3C3C32; }
span { border-color: rgb(60,60,50); }
td.TdClassName
{
border-color: #3C3C32;
}
.TagClassName
{
border-color: #3C3C32;
}
</style>