Shades of Toledo #3E2231
Tints of Toledo #3E2231
RGB
CMYK
RGB Variations
Color information
#3E2231 (or 0x3E2231) is known color: Toledo. HEX triplet: 3E, 22 and 31. RGB value is (62,34,49). Sum of RGB (Red+Green+Blue) = 62+34+49=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2231 is #C1DDCE. Grayscale: #2C2C2C. Windows color (decimal): -12705231 or 3220030. OLE color: 3220030.
HSL color Cylindrical-coordinate representation of color #3E2231: hue angle of 327.86º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E2231 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 49 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.76 |
| HSL | 327.86º | 0.29% | 0.19% | - |
| HSV(B) | 327.86º | 0.45% | 0.24% | - |
| XYZ | 3.11 | 2.39 | 3.2 | - |
| YUV | 44.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 49 | 0 | 0.45 | 0.21 | 0.76 | 327.86 | 0.29 | 0.19 |
| Hex | 3E | 22 | 31 | 0 | 2D | 15 | 4C | 148 | 1D | 13 |
| Octal | 76 | 42 | 61 | 0 | 55 | 25 | 114 | 510 | 35 | 23 |
| Binary | 111110 | 100010 | 110001 | 0 | 101101 | 10101 | 1001100 | 101001000 | 11101 | 10011 |
Color Harmonies of #3E2231
Complementary color
Monochromatic Colors of #3E2231
Black with #3E2231
Text Example
Text Example
White with #3E2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2231; }
p { color: rgb(62,34,49); }
H1.HeaderClassName
{
color: #3E2231;
}
.AnyTagClassName
{
color: #3E2231;
}
</style>
background-color css
<style>
a { background-color: #3E2231; }
a { background-color: rgb(62,34,49); }
div.DivClassName
{
background-color: #3E2231;
}
.BgClassName
{
background-color: #3E2231;
}
</style>
border-color css
<style>
span { border-color: #3E2231; }
span { border-color: rgb(62,34,49); }
td.TdClassName
{
border-color: #3E2231;
}
.TagClassName
{
border-color: #3E2231;
}
</style>