Shades of Toledo #3D1F2E
Tints of Toledo #3D1F2E
RGB
CMYK
RGB Variations
Color information
#3D1F2E (or 0x3D1F2E) is known color: Toledo. HEX triplet: 3D, 1F and 2E. RGB value is (61,31,46). Sum of RGB (Red+Green+Blue) = 61+31+46=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F2E is #C2E0D1. Grayscale: #292929. Windows color (decimal): -12771538 or 3022653. OLE color: 3022653.
HSL color Cylindrical-coordinate representation of color #3D1F2E: hue angle of 330º 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 #3D1F2E is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 31 | 46 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.76 |
| HSL | 330º | 0.33% | 0.18% | - |
| HSV(B) | 330º | 0.49% | 0.24% | - |
| XYZ | 2.91 | 2.17 | 2.85 | - |
| YUV | 41.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 46 | 0 | 0.49 | 0.25 | 0.76 | 330 | 0.33 | 0.18 |
| Hex | 3D | 1F | 2E | 0 | 31 | 19 | 4C | 14A | 21 | 12 |
| Octal | 75 | 37 | 56 | 0 | 61 | 31 | 114 | 512 | 41 | 22 |
| Binary | 111101 | 11111 | 101110 | 0 | 110001 | 11001 | 1001100 | 101001010 | 100001 | 10010 |
Color Harmonies of #3D1F2E
Complementary color
Monochromatic Colors of #3D1F2E
Black with #3D1F2E
Text Example
Text Example
White with #3D1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F2E; }
p { color: rgb(61,31,46); }
H1.HeaderClassName
{
color: #3D1F2E;
}
.AnyTagClassName
{
color: #3D1F2E;
}
</style>
background-color css
<style>
a { background-color: #3D1F2E; }
a { background-color: rgb(61,31,46); }
div.DivClassName
{
background-color: #3D1F2E;
}
.BgClassName
{
background-color: #3D1F2E;
}
</style>
border-color css
<style>
span { border-color: #3D1F2E; }
span { border-color: rgb(61,31,46); }
td.TdClassName
{
border-color: #3D1F2E;
}
.TagClassName
{
border-color: #3D1F2E;
}
</style>