Shades of Toledo #3D1F2D
Tints of Toledo #3D1F2D
RGB
CMYK
RGB Variations
Color information
#3D1F2D (or 0x3D1F2D) is known color: Toledo. HEX triplet: 3D, 1F and 2D. RGB value is (61,31,45). Sum of RGB (Red+Green+Blue) = 61+31+45=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F2D is #C2E0D2. Grayscale: #292929. Windows color (decimal): -12771539 or 2957117. OLE color: 2957117.
HSL color Cylindrical-coordinate representation of color #3D1F2D: hue angle of 332º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D1F2D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 31 | 45 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.76 |
| HSL | 332º | 0.33% | 0.18% | - |
| HSV(B) | 332º | 0.49% | 0.24% | - |
| XYZ | 2.89 | 2.16 | 2.75 | - |
| YUV | 41.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 45 | 0 | 0.49 | 0.26 | 0.76 | 332 | 0.33 | 0.18 |
| Hex | 3D | 1F | 2D | 0 | 31 | 1A | 4C | 14C | 21 | 12 |
| Octal | 75 | 37 | 55 | 0 | 61 | 32 | 114 | 514 | 41 | 22 |
| Binary | 111101 | 11111 | 101101 | 0 | 110001 | 11010 | 1001100 | 101001100 | 100001 | 10010 |
Color Harmonies of #3D1F2D
Complementary color
Monochromatic Colors of #3D1F2D
Black with #3D1F2D
Text Example
Text Example
White with #3D1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F2D; }
p { color: rgb(61,31,45); }
H1.HeaderClassName
{
color: #3D1F2D;
}
.AnyTagClassName
{
color: #3D1F2D;
}
</style>
background-color css
<style>
a { background-color: #3D1F2D; }
a { background-color: rgb(61,31,45); }
div.DivClassName
{
background-color: #3D1F2D;
}
.BgClassName
{
background-color: #3D1F2D;
}
</style>
border-color css
<style>
span { border-color: #3D1F2D; }
span { border-color: rgb(61,31,45); }
td.TdClassName
{
border-color: #3D1F2D;
}
.TagClassName
{
border-color: #3D1F2D;
}
</style>