Shades of Toledo #3E2F34
Tints of Toledo #3E2F34
RGB
CMYK
RGB Variations
Color information
#3E2F34 (or 0x3E2F34) is known color: Toledo. HEX triplet: 3E, 2F and 34. RGB value is (62,47,52). Sum of RGB (Red+Green+Blue) = 62+47+52=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2F34 is #C1D0CB. Grayscale: #343434. Windows color (decimal): -12701900 or 3419966. OLE color: 3419966.
HSL color Cylindrical-coordinate representation of color #3E2F34: hue angle of 340º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E2F34 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 52 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.76 |
| HSL | 340º | 0.14% | 0.21% | - |
| HSV(B) | 340º | 0.24% | 0.24% | - |
| XYZ | 3.62 | 3.31 | 3.7 | - |
| YUV | 52.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 52 | 0 | 0.24 | 0.16 | 0.76 | 340 | 0.14 | 0.21 |
| Hex | 3E | 2F | 34 | 0 | 18 | 10 | 4C | 154 | E | 15 |
| Octal | 76 | 57 | 64 | 0 | 30 | 20 | 114 | 524 | 16 | 25 |
| Binary | 111110 | 101111 | 110100 | 0 | 11000 | 10000 | 1001100 | 101010100 | 1110 | 10101 |
Color Harmonies of #3E2F34
Complementary color
Monochromatic Colors of #3E2F34
Black with #3E2F34
Text Example
Text Example
White with #3E2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F34; }
p { color: rgb(62,47,52); }
H1.HeaderClassName
{
color: #3E2F34;
}
.AnyTagClassName
{
color: #3E2F34;
}
</style>
background-color css
<style>
a { background-color: #3E2F34; }
a { background-color: rgb(62,47,52); }
div.DivClassName
{
background-color: #3E2F34;
}
.BgClassName
{
background-color: #3E2F34;
}
</style>
border-color css
<style>
span { border-color: #3E2F34; }
span { border-color: rgb(62,47,52); }
td.TdClassName
{
border-color: #3E2F34;
}
.TagClassName
{
border-color: #3E2F34;
}
</style>