Shades of Toledo #3D2532
Tints of Toledo #3D2532
RGB
CMYK
RGB Variations
Color information
#3D2532 (or 0x3D2532) is known color: Toledo. HEX triplet: 3D, 25 and 32. RGB value is (61,37,50). Sum of RGB (Red+Green+Blue) = 61+37+50=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2532 is #C2DACD. Grayscale: #2D2D2D. Windows color (decimal): -12769998 or 3286333. OLE color: 3286333.
HSL color Cylindrical-coordinate representation of color #3D2532: hue angle of 327.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D2532 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 37 | 50 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.76 |
| HSL | 327.5º | 0.24% | 0.19% | - |
| HSV(B) | 327.5º | 0.39% | 0.24% | - |
| XYZ | 3.16 | 2.55 | 3.34 | - |
| YUV | 45.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 50 | 0 | 0.39 | 0.18 | 0.76 | 327.5 | 0.24 | 0.19 |
| Hex | 3D | 25 | 32 | 0 | 27 | 12 | 4C | 148 | 18 | 13 |
| Octal | 75 | 45 | 62 | 0 | 47 | 22 | 114 | 510 | 30 | 23 |
| Binary | 111101 | 100101 | 110010 | 0 | 100111 | 10010 | 1001100 | 101001000 | 11000 | 10011 |
Color Harmonies of #3D2532
Complementary color
Monochromatic Colors of #3D2532
Black with #3D2532
Text Example
Text Example
White with #3D2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2532; }
p { color: rgb(61,37,50); }
H1.HeaderClassName
{
color: #3D2532;
}
.AnyTagClassName
{
color: #3D2532;
}
</style>
background-color css
<style>
a { background-color: #3D2532; }
a { background-color: rgb(61,37,50); }
div.DivClassName
{
background-color: #3D2532;
}
.BgClassName
{
background-color: #3D2532;
}
</style>
border-color css
<style>
span { border-color: #3D2532; }
span { border-color: rgb(61,37,50); }
td.TdClassName
{
border-color: #3D2532;
}
.TagClassName
{
border-color: #3D2532;
}
</style>