Shades of El Paso #414133
Tints of El Paso #414133
RGB
CMYK
RGB Variations
Color information
#414133 (or 0x414133) is known color: El Paso. HEX triplet: 41, 41 and 33. RGB value is (65,65,51). Sum of RGB (Red+Green+Blue) = 65+65+51=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414133 is #BEBECC. Grayscale: #3F3F3F. Windows color (decimal): -12500685 or 3359041. OLE color: 3359041.
HSL color Cylindrical-coordinate representation of color #414133: hue angle of 60º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414133 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 51 | - |
| CMYK | 0 | 0 | 0.22 | 0.75 |
| HSL | 60º | 0.12% | 0.23% | - |
| HSV(B) | 60º | 0.22% | 0.25% | - |
| XYZ | 4.67 | 5.14 | 3.88 | - |
| YUV | 63.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 51 | 0 | 0 | 0.22 | 0.75 | 60 | 0.12 | 0.23 |
| Hex | 41 | 41 | 33 | 0 | 0 | 16 | 4B | 3C | C | 17 |
| Octal | 101 | 101 | 63 | 0 | 0 | 26 | 113 | 74 | 14 | 27 |
| Binary | 1000001 | 1000001 | 110011 | 0 | 0 | 10110 | 1001011 | 111100 | 1100 | 10111 |
Color Harmonies of #414133
Complementary color
Monochromatic Colors of #414133
Black with #414133
Text Example
Text Example
White with #414133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414133; }
p { color: rgb(65,65,51); }
H1.HeaderClassName
{
color: #414133;
}
.AnyTagClassName
{
color: #414133;
}
</style>
background-color css
<style>
a { background-color: #414133; }
a { background-color: rgb(65,65,51); }
div.DivClassName
{
background-color: #414133;
}
.BgClassName
{
background-color: #414133;
}
</style>
border-color css
<style>
span { border-color: #414133; }
span { border-color: rgb(65,65,51); }
td.TdClassName
{
border-color: #414133;
}
.TagClassName
{
border-color: #414133;
}
</style>