Shades of Toledo #3E2832
Tints of Toledo #3E2832
RGB
CMYK
RGB Variations
Color information
#3E2832 (or 0x3E2832) is known color: Toledo. HEX triplet: 3E, 28 and 32. RGB value is (62,40,50). Sum of RGB (Red+Green+Blue) = 62+40+50=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2832 is #C1D7CD. Grayscale: #2F2F2F. Windows color (decimal): -12703694 or 3287102. OLE color: 3287102.
HSL color Cylindrical-coordinate representation of color #3E2832: hue angle of 332.73º 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 #3E2832 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 40 | 50 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.76 |
| HSL | 332.73º | 0.22% | 0.2% | - |
| HSV(B) | 332.73º | 0.35% | 0.24% | - |
| XYZ | 3.32 | 2.77 | 3.38 | - |
| YUV | 47.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 50 | 0 | 0.35 | 0.19 | 0.76 | 332.73 | 0.22 | 0.2 |
| Hex | 3E | 28 | 32 | 0 | 23 | 13 | 4C | 14D | 16 | 14 |
| Octal | 76 | 50 | 62 | 0 | 43 | 23 | 114 | 515 | 26 | 24 |
| Binary | 111110 | 101000 | 110010 | 0 | 100011 | 10011 | 1001100 | 101001101 | 10110 | 10100 |
Color Harmonies of #3E2832
Complementary color
Monochromatic Colors of #3E2832
Black with #3E2832
Text Example
Text Example
White with #3E2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2832; }
p { color: rgb(62,40,50); }
H1.HeaderClassName
{
color: #3E2832;
}
.AnyTagClassName
{
color: #3E2832;
}
</style>
background-color css
<style>
a { background-color: #3E2832; }
a { background-color: rgb(62,40,50); }
div.DivClassName
{
background-color: #3E2832;
}
.BgClassName
{
background-color: #3E2832;
}
</style>
border-color css
<style>
span { border-color: #3E2832; }
span { border-color: rgb(62,40,50); }
td.TdClassName
{
border-color: #3E2832;
}
.TagClassName
{
border-color: #3E2832;
}
</style>