Shades of Toledo #3E2835
Tints of Toledo #3E2835
RGB
CMYK
RGB Variations
Color information
#3E2835 (or 0x3E2835) is known color: Toledo. HEX triplet: 3E, 28 and 35. RGB value is (62,40,53). Sum of RGB (Red+Green+Blue) = 62+40+53=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2835 is #C1D7CA. Grayscale: #303030. Windows color (decimal): -12703691 or 3483710. OLE color: 3483710.
HSL color Cylindrical-coordinate representation of color #3E2835: hue angle of 324.55º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E2835 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 40 | 53 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.76 |
| HSL | 324.55º | 0.22% | 0.2% | - |
| HSV(B) | 324.55º | 0.35% | 0.24% | - |
| XYZ | 3.39 | 2.8 | 3.73 | - |
| YUV | 48.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 53 | 0 | 0.35 | 0.15 | 0.76 | 324.55 | 0.22 | 0.2 |
| Hex | 3E | 28 | 35 | 0 | 23 | F | 4C | 145 | 16 | 14 |
| Octal | 76 | 50 | 65 | 0 | 43 | 17 | 114 | 505 | 26 | 24 |
| Binary | 111110 | 101000 | 110101 | 0 | 100011 | 1111 | 1001100 | 101000101 | 10110 | 10100 |
Color Harmonies of #3E2835
Complementary color
Monochromatic Colors of #3E2835
Black with #3E2835
Text Example
Text Example
White with #3E2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2835; }
p { color: rgb(62,40,53); }
H1.HeaderClassName
{
color: #3E2835;
}
.AnyTagClassName
{
color: #3E2835;
}
</style>
background-color css
<style>
a { background-color: #3E2835; }
a { background-color: rgb(62,40,53); }
div.DivClassName
{
background-color: #3E2835;
}
.BgClassName
{
background-color: #3E2835;
}
</style>
border-color css
<style>
span { border-color: #3E2835; }
span { border-color: rgb(62,40,53); }
td.TdClassName
{
border-color: #3E2835;
}
.TagClassName
{
border-color: #3E2835;
}
</style>