Shades of Toledo #3D2631
Tints of Toledo #3D2631
RGB
CMYK
RGB Variations
Color information
#3D2631 (or 0x3D2631) is known color: Toledo. HEX triplet: 3D, 26 and 31. RGB value is (61,38,49). Sum of RGB (Red+Green+Blue) = 61+38+49=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2631 is #C2D9CE. Grayscale: #2E2E2E. Windows color (decimal): -12769743 or 3221053. OLE color: 3221053.
HSL color Cylindrical-coordinate representation of color #3D2631: hue angle of 331.3º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D2631 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 49 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.76 |
| HSL | 331.3º | 0.23% | 0.19% | - |
| HSV(B) | 331.3º | 0.38% | 0.24% | - |
| XYZ | 3.17 | 2.6 | 3.24 | - |
| YUV | 46.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 49 | 0 | 0.38 | 0.20 | 0.76 | 331.3 | 0.23 | 0.19 |
| Hex | 3D | 26 | 31 | 0 | 26 | 14 | 4C | 14B | 17 | 13 |
| Octal | 75 | 46 | 61 | 0 | 46 | 24 | 114 | 513 | 27 | 23 |
| Binary | 111101 | 100110 | 110001 | 0 | 100110 | 10100 | 1001100 | 101001011 | 10111 | 10011 |
Color Harmonies of #3D2631
Complementary color
Monochromatic Colors of #3D2631
Black with #3D2631
Text Example
Text Example
White with #3D2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2631; }
p { color: rgb(61,38,49); }
H1.HeaderClassName
{
color: #3D2631;
}
.AnyTagClassName
{
color: #3D2631;
}
</style>
background-color css
<style>
a { background-color: #3D2631; }
a { background-color: rgb(61,38,49); }
div.DivClassName
{
background-color: #3D2631;
}
.BgClassName
{
background-color: #3D2631;
}
</style>
border-color css
<style>
span { border-color: #3D2631; }
span { border-color: rgb(61,38,49); }
td.TdClassName
{
border-color: #3D2631;
}
.TagClassName
{
border-color: #3D2631;
}
</style>