Shades of Toledo #3D2E33
Tints of Toledo #3D2E33
RGB
CMYK
RGB Variations
Color information
#3D2E33 (or 0x3D2E33) is known color: Toledo. HEX triplet: 3D, 2E and 33. RGB value is (61,46,51). Sum of RGB (Red+Green+Blue) = 61+46+51=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E33 is #C2D1CC. Grayscale: #333333. Windows color (decimal): -12767693 or 3354173. OLE color: 3354173.
HSL color Cylindrical-coordinate representation of color #3D2E33: hue angle of 340º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D2E33 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 51 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.76 |
| HSL | 340º | 0.14% | 0.21% | - |
| HSV(B) | 340º | 0.25% | 0.24% | - |
| XYZ | 3.5 | 3.19 | 3.56 | - |
| YUV | 51.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 51 | 0 | 0.25 | 0.16 | 0.76 | 340 | 0.14 | 0.21 |
| Hex | 3D | 2E | 33 | 0 | 19 | 10 | 4C | 154 | E | 15 |
| Octal | 75 | 56 | 63 | 0 | 31 | 20 | 114 | 524 | 16 | 25 |
| Binary | 111101 | 101110 | 110011 | 0 | 11001 | 10000 | 1001100 | 101010100 | 1110 | 10101 |
Color Harmonies of #3D2E33
Complementary color
Monochromatic Colors of #3D2E33
Black with #3D2E33
Text Example
Text Example
White with #3D2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E33; }
p { color: rgb(61,46,51); }
H1.HeaderClassName
{
color: #3D2E33;
}
.AnyTagClassName
{
color: #3D2E33;
}
</style>
background-color css
<style>
a { background-color: #3D2E33; }
a { background-color: rgb(61,46,51); }
div.DivClassName
{
background-color: #3D2E33;
}
.BgClassName
{
background-color: #3D2E33;
}
</style>
border-color css
<style>
span { border-color: #3D2E33; }
span { border-color: rgb(61,46,51); }
td.TdClassName
{
border-color: #3D2E33;
}
.TagClassName
{
border-color: #3D2E33;
}
</style>