Shades of Toledo #3D202C
Tints of Toledo #3D202C
RGB
CMYK
RGB Variations
Color information
#3D202C (or 0x3D202C) is known color: Toledo. HEX triplet: 3D, 20 and 2C. RGB value is (61,32,44). Sum of RGB (Red+Green+Blue) = 61+32+44=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D202C is #C2DFD3. Grayscale: #2A2A2A. Windows color (decimal): -12771284 or 2891837. OLE color: 2891837.
HSL color Cylindrical-coordinate representation of color #3D202C: hue angle of 335.17º degrees, saturation: 0.31, 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 #3D202C is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 44 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.76 |
| HSL | 335.17º | 0.31% | 0.18% | - |
| HSV(B) | 335.17º | 0.48% | 0.24% | - |
| XYZ | 2.9 | 2.21 | 2.66 | - |
| YUV | 42.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 44 | 0 | 0.48 | 0.28 | 0.76 | 335.17 | 0.31 | 0.18 |
| Hex | 3D | 20 | 2C | 0 | 30 | 1C | 4C | 14F | 1F | 12 |
| Octal | 75 | 40 | 54 | 0 | 60 | 34 | 114 | 517 | 37 | 22 |
| Binary | 111101 | 100000 | 101100 | 0 | 110000 | 11100 | 1001100 | 101001111 | 11111 | 10010 |
Color Harmonies of #3D202C
Complementary color
Monochromatic Colors of #3D202C
Black with #3D202C
Text Example
Text Example
White with #3D202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D202C; }
p { color: rgb(61,32,44); }
H1.HeaderClassName
{
color: #3D202C;
}
.AnyTagClassName
{
color: #3D202C;
}
</style>
background-color css
<style>
a { background-color: #3D202C; }
a { background-color: rgb(61,32,44); }
div.DivClassName
{
background-color: #3D202C;
}
.BgClassName
{
background-color: #3D202C;
}
</style>
border-color css
<style>
span { border-color: #3D202C; }
span { border-color: rgb(61,32,44); }
td.TdClassName
{
border-color: #3D202C;
}
.TagClassName
{
border-color: #3D202C;
}
</style>