Shades of Toledo #3D2834
Tints of Toledo #3D2834
RGB
CMYK
RGB Variations
Color information
#3D2834 (or 0x3D2834) is known color: Toledo. HEX triplet: 3D, 28 and 34. RGB value is (61,40,52). Sum of RGB (Red+Green+Blue) = 61+40+52=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2834 is #C2D7CB. Grayscale: #2F2F2F. Windows color (decimal): -12769228 or 3418173. OLE color: 3418173.
HSL color Cylindrical-coordinate representation of color #3D2834: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D2834 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 52 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.76 |
| HSL | 325.71º | 0.21% | 0.2% | - |
| HSV(B) | 325.71º | 0.34% | 0.24% | - |
| XYZ | 3.3 | 2.76 | 3.61 | - |
| YUV | 47.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 52 | 0 | 0.34 | 0.15 | 0.76 | 325.71 | 0.21 | 0.2 |
| Hex | 3D | 28 | 34 | 0 | 22 | F | 4C | 146 | 15 | 14 |
| Octal | 75 | 50 | 64 | 0 | 42 | 17 | 114 | 506 | 25 | 24 |
| Binary | 111101 | 101000 | 110100 | 0 | 100010 | 1111 | 1001100 | 101000110 | 10101 | 10100 |
Color Harmonies of #3D2834
Complementary color
Monochromatic Colors of #3D2834
Black with #3D2834
Text Example
Text Example
White with #3D2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2834; }
p { color: rgb(61,40,52); }
H1.HeaderClassName
{
color: #3D2834;
}
.AnyTagClassName
{
color: #3D2834;
}
</style>
background-color css
<style>
a { background-color: #3D2834; }
a { background-color: rgb(61,40,52); }
div.DivClassName
{
background-color: #3D2834;
}
.BgClassName
{
background-color: #3D2834;
}
</style>
border-color css
<style>
span { border-color: #3D2834; }
span { border-color: rgb(61,40,52); }
td.TdClassName
{
border-color: #3D2834;
}
.TagClassName
{
border-color: #3D2834;
}
</style>