Shades of Toledo #3D2C34
Tints of Toledo #3D2C34
RGB
CMYK
RGB Variations
Color information
#3D2C34 (or 0x3D2C34) is known color: Toledo. HEX triplet: 3D, 2C and 34. RGB value is (61,44,52). Sum of RGB (Red+Green+Blue) = 61+44+52=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C34 is #C2D3CB. Grayscale: #313131. Windows color (decimal): -12768204 or 3419197. OLE color: 3419197.
HSL color Cylindrical-coordinate representation of color #3D2C34: hue angle of 331.76º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D2C34 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 52 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.76 |
| HSL | 331.76º | 0.16% | 0.21% | - |
| HSV(B) | 331.76º | 0.28% | 0.24% | - |
| XYZ | 3.44 | 3.04 | 3.65 | - |
| YUV | 50 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 52 | 0 | 0.28 | 0.15 | 0.76 | 331.76 | 0.16 | 0.21 |
| Hex | 3D | 2C | 34 | 0 | 1C | F | 4C | 14C | 10 | 15 |
| Octal | 75 | 54 | 64 | 0 | 34 | 17 | 114 | 514 | 20 | 25 |
| Binary | 111101 | 101100 | 110100 | 0 | 11100 | 1111 | 1001100 | 101001100 | 10000 | 10101 |
Color Harmonies of #3D2C34
Complementary color
Monochromatic Colors of #3D2C34
Black with #3D2C34
Text Example
Text Example
White with #3D2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C34; }
p { color: rgb(61,44,52); }
H1.HeaderClassName
{
color: #3D2C34;
}
.AnyTagClassName
{
color: #3D2C34;
}
</style>
background-color css
<style>
a { background-color: #3D2C34; }
a { background-color: rgb(61,44,52); }
div.DivClassName
{
background-color: #3D2C34;
}
.BgClassName
{
background-color: #3D2C34;
}
</style>
border-color css
<style>
span { border-color: #3D2C34; }
span { border-color: rgb(61,44,52); }
td.TdClassName
{
border-color: #3D2C34;
}
.TagClassName
{
border-color: #3D2C34;
}
</style>