Shades of Toledo #3E2131
Tints of Toledo #3E2131
RGB
CMYK
RGB Variations
Color information
#3E2131 (or 0x3E2131) is known color: Toledo. HEX triplet: 3E, 21 and 31. RGB value is (62,33,49). Sum of RGB (Red+Green+Blue) = 62+33+49=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2131 is #C1DECE. Grayscale: #2B2B2B. Windows color (decimal): -12705487 or 3219774. OLE color: 3219774.
HSL color Cylindrical-coordinate representation of color #3E2131: hue angle of 326.9º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E2131 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 49 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.76 |
| HSL | 326.9º | 0.31% | 0.19% | - |
| HSV(B) | 326.9º | 0.47% | 0.24% | - |
| XYZ | 3.08 | 2.33 | 3.19 | - |
| YUV | 43.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 49 | 0 | 0.47 | 0.21 | 0.76 | 326.9 | 0.31 | 0.19 |
| Hex | 3E | 21 | 31 | 0 | 2F | 15 | 4C | 147 | 1F | 13 |
| Octal | 76 | 41 | 61 | 0 | 57 | 25 | 114 | 507 | 37 | 23 |
| Binary | 111110 | 100001 | 110001 | 0 | 101111 | 10101 | 1001100 | 101000111 | 11111 | 10011 |
Color Harmonies of #3E2131
Complementary color
Monochromatic Colors of #3E2131
Black with #3E2131
Text Example
Text Example
White with #3E2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2131; }
p { color: rgb(62,33,49); }
H1.HeaderClassName
{
color: #3E2131;
}
.AnyTagClassName
{
color: #3E2131;
}
</style>
background-color css
<style>
a { background-color: #3E2131; }
a { background-color: rgb(62,33,49); }
div.DivClassName
{
background-color: #3E2131;
}
.BgClassName
{
background-color: #3E2131;
}
</style>
border-color css
<style>
span { border-color: #3E2131; }
span { border-color: rgb(62,33,49); }
td.TdClassName
{
border-color: #3E2131;
}
.TagClassName
{
border-color: #3E2131;
}
</style>