Shades of Toledo #3E2734
Tints of Toledo #3E2734
RGB
CMYK
RGB Variations
Color information
#3E2734 (or 0x3E2734) is known color: Toledo. HEX triplet: 3E, 27 and 34. RGB value is (62,39,52). Sum of RGB (Red+Green+Blue) = 62+39+52=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2734 is #C1D8CB. Grayscale: #2F2F2F. Windows color (decimal): -12703948 or 3417918. OLE color: 3417918.
HSL color Cylindrical-coordinate representation of color #3E2734: hue angle of 326.09º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E2734 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 52 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.76 |
| HSL | 326.09º | 0.23% | 0.2% | - |
| HSV(B) | 326.09º | 0.37% | 0.24% | - |
| XYZ | 3.33 | 2.72 | 3.6 | - |
| YUV | 47.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 52 | 0 | 0.37 | 0.16 | 0.76 | 326.09 | 0.23 | 0.2 |
| Hex | 3E | 27 | 34 | 0 | 25 | 10 | 4C | 146 | 17 | 14 |
| Octal | 76 | 47 | 64 | 0 | 45 | 20 | 114 | 506 | 27 | 24 |
| Binary | 111110 | 100111 | 110100 | 0 | 100101 | 10000 | 1001100 | 101000110 | 10111 | 10100 |
Color Harmonies of #3E2734
Complementary color
Monochromatic Colors of #3E2734
Black with #3E2734
Text Example
Text Example
White with #3E2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2734; }
p { color: rgb(62,39,52); }
H1.HeaderClassName
{
color: #3E2734;
}
.AnyTagClassName
{
color: #3E2734;
}
</style>
background-color css
<style>
a { background-color: #3E2734; }
a { background-color: rgb(62,39,52); }
div.DivClassName
{
background-color: #3E2734;
}
.BgClassName
{
background-color: #3E2734;
}
</style>
border-color css
<style>
span { border-color: #3E2734; }
span { border-color: rgb(62,39,52); }
td.TdClassName
{
border-color: #3E2734;
}
.TagClassName
{
border-color: #3E2734;
}
</style>