Shades of Toledo #3E2935
Tints of Toledo #3E2935
RGB
CMYK
RGB Variations
Color information
#3E2935 (or 0x3E2935) is known color: Toledo. HEX triplet: 3E, 29 and 35. RGB value is (62,41,53). Sum of RGB (Red+Green+Blue) = 62+41+53=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2935 is #C1D6CA. Grayscale: #303030. Windows color (decimal): -12703435 or 3483966. OLE color: 3483966.
HSL color Cylindrical-coordinate representation of color #3E2935: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E2935 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 53 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.76 |
| HSL | 325.71º | 0.2% | 0.2% | - |
| HSV(B) | 325.71º | 0.34% | 0.24% | - |
| XYZ | 3.42 | 2.87 | 3.74 | - |
| YUV | 48.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 53 | 0 | 0.34 | 0.15 | 0.76 | 325.71 | 0.2 | 0.2 |
| Hex | 3E | 29 | 35 | 0 | 22 | F | 4C | 146 | 14 | 14 |
| Octal | 76 | 51 | 65 | 0 | 42 | 17 | 114 | 506 | 24 | 24 |
| Binary | 111110 | 101001 | 110101 | 0 | 100010 | 1111 | 1001100 | 101000110 | 10100 | 10100 |
Color Harmonies of #3E2935
Complementary color
Monochromatic Colors of #3E2935
Black with #3E2935
Text Example
Text Example
White with #3E2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2935; }
p { color: rgb(62,41,53); }
H1.HeaderClassName
{
color: #3E2935;
}
.AnyTagClassName
{
color: #3E2935;
}
</style>
background-color css
<style>
a { background-color: #3E2935; }
a { background-color: rgb(62,41,53); }
div.DivClassName
{
background-color: #3E2935;
}
.BgClassName
{
background-color: #3E2935;
}
</style>
border-color css
<style>
span { border-color: #3E2935; }
span { border-color: rgb(62,41,53); }
td.TdClassName
{
border-color: #3E2935;
}
.TagClassName
{
border-color: #3E2935;
}
</style>