Shades of Toledo #3E2731
Tints of Toledo #3E2731
RGB
CMYK
RGB Variations
Color information
#3E2731 (or 0x3E2731) is known color: Toledo. HEX triplet: 3E, 27 and 31. RGB value is (62,39,49). Sum of RGB (Red+Green+Blue) = 62+39+49=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2731 is #C1D8CE. Grayscale: #2F2F2F. Windows color (decimal): -12703951 or 3221310. OLE color: 3221310.
HSL color Cylindrical-coordinate representation of color #3E2731: hue angle of 333.91º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E2731 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 49 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.76 |
| HSL | 333.91º | 0.23% | 0.2% | - |
| HSV(B) | 333.91º | 0.37% | 0.24% | - |
| XYZ | 3.27 | 2.7 | 3.25 | - |
| YUV | 47.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 49 | 0 | 0.37 | 0.21 | 0.76 | 333.91 | 0.23 | 0.2 |
| Hex | 3E | 27 | 31 | 0 | 25 | 15 | 4C | 14E | 17 | 14 |
| Octal | 76 | 47 | 61 | 0 | 45 | 25 | 114 | 516 | 27 | 24 |
| Binary | 111110 | 100111 | 110001 | 0 | 100101 | 10101 | 1001100 | 101001110 | 10111 | 10100 |
Color Harmonies of #3E2731
Complementary color
Monochromatic Colors of #3E2731
Black with #3E2731
Text Example
Text Example
White with #3E2731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2731; }
p { color: rgb(62,39,49); }
H1.HeaderClassName
{
color: #3E2731;
}
.AnyTagClassName
{
color: #3E2731;
}
</style>
background-color css
<style>
a { background-color: #3E2731; }
a { background-color: rgb(62,39,49); }
div.DivClassName
{
background-color: #3E2731;
}
.BgClassName
{
background-color: #3E2731;
}
</style>
border-color css
<style>
span { border-color: #3E2731; }
span { border-color: rgb(62,39,49); }
td.TdClassName
{
border-color: #3E2731;
}
.TagClassName
{
border-color: #3E2731;
}
</style>