Shades of Toledo #3A292F
Tints of Toledo #3A292F
RGB
CMYK
RGB Variations
Color information
#3A292F (or 0x3A292F) is known color: Toledo. HEX triplet: 3A, 29 and 2F. RGB value is (58,41,47). Sum of RGB (Red+Green+Blue) = 58+41+47=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A292F is #C5D6D0. Grayscale: #2E2E2E. Windows color (decimal): -12965585 or 3090746. OLE color: 3090746.
HSL color Cylindrical-coordinate representation of color #3A292F: hue angle of 338.82º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A292F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 41 | 47 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.77 |
| HSL | 338.82º | 0.17% | 0.19% | - |
| HSV(B) | 338.82º | 0.29% | 0.23% | - |
| XYZ | 3.05 | 2.69 | 3.05 | - |
| YUV | 46.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 47 | 0 | 0.29 | 0.19 | 0.77 | 338.82 | 0.17 | 0.19 |
| Hex | 3A | 29 | 2F | 0 | 1D | 13 | 4D | 153 | 11 | 13 |
| Octal | 72 | 51 | 57 | 0 | 35 | 23 | 115 | 523 | 21 | 23 |
| Binary | 111010 | 101001 | 101111 | 0 | 11101 | 10011 | 1001101 | 101010011 | 10001 | 10011 |
Color Harmonies of #3A292F
Complementary color
Monochromatic Colors of #3A292F
Black with #3A292F
Text Example
Text Example
White with #3A292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A292F; }
p { color: rgb(58,41,47); }
H1.HeaderClassName
{
color: #3A292F;
}
.AnyTagClassName
{
color: #3A292F;
}
</style>
background-color css
<style>
a { background-color: #3A292F; }
a { background-color: rgb(58,41,47); }
div.DivClassName
{
background-color: #3A292F;
}
.BgClassName
{
background-color: #3A292F;
}
</style>
border-color css
<style>
span { border-color: #3A292F; }
span { border-color: rgb(58,41,47); }
td.TdClassName
{
border-color: #3A292F;
}
.TagClassName
{
border-color: #3A292F;
}
</style>