Shades of Toledo #3E252F
Tints of Toledo #3E252F
RGB
CMYK
RGB Variations
Color information
#3E252F (or 0x3E252F) is known color: Toledo. HEX triplet: 3E, 25 and 2F. RGB value is (62,37,47). Sum of RGB (Red+Green+Blue) = 62+37+47=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E252F is #C1DAD0. Grayscale: #2D2D2D. Windows color (decimal): -12704465 or 3089726. OLE color: 3089726.
HSL color Cylindrical-coordinate representation of color #3E252F: hue angle of 336º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E252F is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 47 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.76 |
| HSL | 336º | 0.25% | 0.19% | - |
| HSV(B) | 336º | 0.4% | 0.24% | - |
| XYZ | 3.16 | 2.55 | 3.02 | - |
| YUV | 45.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 47 | 0 | 0.40 | 0.24 | 0.76 | 336 | 0.25 | 0.19 |
| Hex | 3E | 25 | 2F | 0 | 28 | 18 | 4C | 150 | 19 | 13 |
| Octal | 76 | 45 | 57 | 0 | 50 | 30 | 114 | 520 | 31 | 23 |
| Binary | 111110 | 100101 | 101111 | 0 | 101000 | 11000 | 1001100 | 101010000 | 11001 | 10011 |
Color Harmonies of #3E252F
Complementary color
Monochromatic Colors of #3E252F
Black with #3E252F
Text Example
Text Example
White with #3E252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E252F; }
p { color: rgb(62,37,47); }
H1.HeaderClassName
{
color: #3E252F;
}
.AnyTagClassName
{
color: #3E252F;
}
</style>
background-color css
<style>
a { background-color: #3E252F; }
a { background-color: rgb(62,37,47); }
div.DivClassName
{
background-color: #3E252F;
}
.BgClassName
{
background-color: #3E252F;
}
</style>
border-color css
<style>
span { border-color: #3E252F; }
span { border-color: rgb(62,37,47); }
td.TdClassName
{
border-color: #3E252F;
}
.TagClassName
{
border-color: #3E252F;
}
</style>