Shades of Toledo #3E2030
Tints of Toledo #3E2030
RGB
CMYK
RGB Variations
Color information
#3E2030 (or 0x3E2030) is known color: Toledo. HEX triplet: 3E, 20 and 30. RGB value is (62,32,48). Sum of RGB (Red+Green+Blue) = 62+32+48=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2030 is #C1DFCF. Grayscale: #2A2A2A. Windows color (decimal): -12705744 or 3153982. OLE color: 3153982.
HSL color Cylindrical-coordinate representation of color #3E2030: hue angle of 328º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2030 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 48 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.76 |
| HSL | 328º | 0.32% | 0.18% | - |
| HSV(B) | 328º | 0.48% | 0.24% | - |
| XYZ | 3.04 | 2.27 | 3.07 | - |
| YUV | 42.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 48 | 0 | 0.48 | 0.23 | 0.76 | 328 | 0.32 | 0.18 |
| Hex | 3E | 20 | 30 | 0 | 30 | 17 | 4C | 148 | 20 | 12 |
| Octal | 76 | 40 | 60 | 0 | 60 | 27 | 114 | 510 | 40 | 22 |
| Binary | 111110 | 100000 | 110000 | 0 | 110000 | 10111 | 1001100 | 101001000 | 100000 | 10010 |
Color Harmonies of #3E2030
Complementary color
Monochromatic Colors of #3E2030
Black with #3E2030
Text Example
Text Example
White with #3E2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2030; }
p { color: rgb(62,32,48); }
H1.HeaderClassName
{
color: #3E2030;
}
.AnyTagClassName
{
color: #3E2030;
}
</style>
background-color css
<style>
a { background-color: #3E2030; }
a { background-color: rgb(62,32,48); }
div.DivClassName
{
background-color: #3E2030;
}
.BgClassName
{
background-color: #3E2030;
}
</style>
border-color css
<style>
span { border-color: #3E2030; }
span { border-color: rgb(62,32,48); }
td.TdClassName
{
border-color: #3E2030;
}
.TagClassName
{
border-color: #3E2030;
}
</style>