Shades of Toledo #3D2732
Tints of Toledo #3D2732
RGB
CMYK
RGB Variations
Color information
#3D2732 (or 0x3D2732) is known color: Toledo. HEX triplet: 3D, 27 and 32. RGB value is (61,39,50). Sum of RGB (Red+Green+Blue) = 61+39+50=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2732 is #C2D8CD. Grayscale: #2E2E2E. Windows color (decimal): -12769486 or 3286845. OLE color: 3286845.
HSL color Cylindrical-coordinate representation of color #3D2732: hue angle of 330º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D2732 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 50 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.76 |
| HSL | 330º | 0.22% | 0.2% | - |
| HSV(B) | 330º | 0.36% | 0.24% | - |
| XYZ | 3.23 | 2.67 | 3.36 | - |
| YUV | 46.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 50 | 0 | 0.36 | 0.18 | 0.76 | 330 | 0.22 | 0.2 |
| Hex | 3D | 27 | 32 | 0 | 24 | 12 | 4C | 14A | 16 | 14 |
| Octal | 75 | 47 | 62 | 0 | 44 | 22 | 114 | 512 | 26 | 24 |
| Binary | 111101 | 100111 | 110010 | 0 | 100100 | 10010 | 1001100 | 101001010 | 10110 | 10100 |
Color Harmonies of #3D2732
Complementary color
Monochromatic Colors of #3D2732
Black with #3D2732
Text Example
Text Example
White with #3D2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2732; }
p { color: rgb(61,39,50); }
H1.HeaderClassName
{
color: #3D2732;
}
.AnyTagClassName
{
color: #3D2732;
}
</style>
background-color css
<style>
a { background-color: #3D2732; }
a { background-color: rgb(61,39,50); }
div.DivClassName
{
background-color: #3D2732;
}
.BgClassName
{
background-color: #3D2732;
}
</style>
border-color css
<style>
span { border-color: #3D2732; }
span { border-color: rgb(61,39,50); }
td.TdClassName
{
border-color: #3D2732;
}
.TagClassName
{
border-color: #3D2732;
}
</style>