Shades of El Paso #32322C
Tints of El Paso #32322C
RGB
CMYK
RGB Variations
Color information
#32322C (or 0x32322C) is known color: El Paso. HEX triplet: 32, 32 and 2C. RGB value is (50,50,44). Sum of RGB (Red+Green+Blue) = 50+50+44=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32322C is #CDCDD3. Grayscale: #313131. Windows color (decimal): -13487572 or 2896434. OLE color: 2896434.
HSL color Cylindrical-coordinate representation of color #32322C: hue angle of 60º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #32322C is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 50 | 44 | - |
CMYK | 0 | 0 | 0.12 | 0.80 |
HSL | 60º | 0.06% | 0.18% | - |
HSV(B) | 60º | 0.12% | 0.2% | - |
XYZ | 2.91 | 3.14 | 2.84 | - |
YUV | 49.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 50 | 44 | 0 | 0 | 0.12 | 0.80 | 60 | 0.06 | 0.18 |
Hex | 32 | 32 | 2C | 0 | 0 | C | 50 | 3C | 6 | 12 |
Octal | 62 | 62 | 54 | 0 | 0 | 14 | 120 | 74 | 6 | 22 |
Binary | 110010 | 110010 | 101100 | 0 | 0 | 1100 | 1010000 | 111100 | 110 | 10010 |
Color Harmonies of #32322C
Complementary color
Monochromatic Colors of #32322C
Black with #32322C
Text Example
Text Example
White with #32322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32322C; }
p { color: rgb(50,50,44); }
H1.HeaderClassName
{
color: #32322C;
}
.AnyTagClassName
{
color: #32322C;
}
</style>
background-color css
<style>
a { background-color: #32322C; }
a { background-color: rgb(50,50,44); }
div.DivClassName
{
background-color: #32322C;
}
.BgClassName
{
background-color: #32322C;
}
</style>
border-color css
<style>
span { border-color: #32322C; }
span { border-color: rgb(50,50,44); }
td.TdClassName
{
border-color: #32322C;
}
.TagClassName
{
border-color: #32322C;
}
</style>