Shades of Toledo #3E2331
Tints of Toledo #3E2331
RGB
CMYK
RGB Variations
Color information
#3E2331 (or 0x3E2331) is known color: Toledo. HEX triplet: 3E, 23 and 31. RGB value is (62,35,49). Sum of RGB (Red+Green+Blue) = 62+35+49=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2331 is #C1DCCE. Grayscale: #2C2C2C. Windows color (decimal): -12704975 or 3220286. OLE color: 3220286.
HSL color Cylindrical-coordinate representation of color #3E2331: hue angle of 328.89º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2331 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 35 | 49 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.76 |
| HSL | 328.89º | 0.28% | 0.19% | - |
| HSV(B) | 328.89º | 0.44% | 0.24% | - |
| XYZ | 3.14 | 2.45 | 3.21 | - |
| YUV | 44.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 49 | 0 | 0.44 | 0.21 | 0.76 | 328.89 | 0.28 | 0.19 |
| Hex | 3E | 23 | 31 | 0 | 2C | 15 | 4C | 149 | 1C | 13 |
| Octal | 76 | 43 | 61 | 0 | 54 | 25 | 114 | 511 | 34 | 23 |
| Binary | 111110 | 100011 | 110001 | 0 | 101100 | 10101 | 1001100 | 101001001 | 11100 | 10011 |
Color Harmonies of #3E2331
Complementary color
Monochromatic Colors of #3E2331
Black with #3E2331
Text Example
Text Example
White with #3E2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2331; }
p { color: rgb(62,35,49); }
H1.HeaderClassName
{
color: #3E2331;
}
.AnyTagClassName
{
color: #3E2331;
}
</style>
background-color css
<style>
a { background-color: #3E2331; }
a { background-color: rgb(62,35,49); }
div.DivClassName
{
background-color: #3E2331;
}
.BgClassName
{
background-color: #3E2331;
}
</style>
border-color css
<style>
span { border-color: #3E2331; }
span { border-color: rgb(62,35,49); }
td.TdClassName
{
border-color: #3E2331;
}
.TagClassName
{
border-color: #3E2331;
}
</style>