Shades of Toledo #3A202D
Tints of Toledo #3A202D
RGB
CMYK
RGB Variations
Color information
#3A202D (or 0x3A202D) is known color: Toledo. HEX triplet: 3A, 20 and 2D. RGB value is (58,32,45). Sum of RGB (Red+Green+Blue) = 58+32+45=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A202D is #C5DFD2. Grayscale: #292929. Windows color (decimal): -12967891 or 2957370. OLE color: 2957370.
HSL color Cylindrical-coordinate representation of color #3A202D: hue angle of 330º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A202D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 45 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.77 |
| HSL | 330º | 0.29% | 0.18% | - |
| HSV(B) | 330º | 0.45% | 0.23% | - |
| XYZ | 2.74 | 2.12 | 2.75 | - |
| YUV | 41.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 45 | 0 | 0.45 | 0.22 | 0.77 | 330 | 0.29 | 0.18 |
| Hex | 3A | 20 | 2D | 0 | 2D | 16 | 4D | 14A | 1D | 12 |
| Octal | 72 | 40 | 55 | 0 | 55 | 26 | 115 | 512 | 35 | 22 |
| Binary | 111010 | 100000 | 101101 | 0 | 101101 | 10110 | 1001101 | 101001010 | 11101 | 10010 |
Color Harmonies of #3A202D
Complementary color
Monochromatic Colors of #3A202D
Black with #3A202D
Text Example
Text Example
White with #3A202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A202D; }
p { color: rgb(58,32,45); }
H1.HeaderClassName
{
color: #3A202D;
}
.AnyTagClassName
{
color: #3A202D;
}
</style>
background-color css
<style>
a { background-color: #3A202D; }
a { background-color: rgb(58,32,45); }
div.DivClassName
{
background-color: #3A202D;
}
.BgClassName
{
background-color: #3A202D;
}
</style>
border-color css
<style>
span { border-color: #3A202D; }
span { border-color: rgb(58,32,45); }
td.TdClassName
{
border-color: #3A202D;
}
.TagClassName
{
border-color: #3A202D;
}
</style>