Shades of Toledo #3D202D
Tints of Toledo #3D202D
RGB
CMYK
RGB Variations
Color information
#3D202D (or 0x3D202D) is known color: Toledo. HEX triplet: 3D, 20 and 2D. RGB value is (61,32,45). Sum of RGB (Red+Green+Blue) = 61+32+45=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D202D is #C2DFD2. Grayscale: #2A2A2A. Windows color (decimal): -12771283 or 2957373. OLE color: 2957373.
HSL color Cylindrical-coordinate representation of color #3D202D: hue angle of 333.1º 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 #3D202D is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 45 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.76 |
| HSL | 333.1º | 0.31% | 0.18% | - |
| HSV(B) | 333.1º | 0.48% | 0.24% | - |
| XYZ | 2.91 | 2.21 | 2.76 | - |
| YUV | 42.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 45 | 0 | 0.48 | 0.26 | 0.76 | 333.1 | 0.31 | 0.18 |
| Hex | 3D | 20 | 2D | 0 | 30 | 1A | 4C | 14D | 1F | 12 |
| Octal | 75 | 40 | 55 | 0 | 60 | 32 | 114 | 515 | 37 | 22 |
| Binary | 111101 | 100000 | 101101 | 0 | 110000 | 11010 | 1001100 | 101001101 | 11111 | 10010 |
Color Harmonies of #3D202D
Complementary color
Monochromatic Colors of #3D202D
Black with #3D202D
Text Example
Text Example
White with #3D202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D202D; }
p { color: rgb(61,32,45); }
H1.HeaderClassName
{
color: #3D202D;
}
.AnyTagClassName
{
color: #3D202D;
}
</style>
background-color css
<style>
a { background-color: #3D202D; }
a { background-color: rgb(61,32,45); }
div.DivClassName
{
background-color: #3D202D;
}
.BgClassName
{
background-color: #3D202D;
}
</style>
border-color css
<style>
span { border-color: #3D202D; }
span { border-color: rgb(61,32,45); }
td.TdClassName
{
border-color: #3D202D;
}
.TagClassName
{
border-color: #3D202D;
}
</style>