Shades of Toledo #3C2D35
Tints of Toledo #3C2D35
RGB
CMYK
RGB Variations
Color information
#3C2D35 (or 0x3C2D35) is known color: Toledo. HEX triplet: 3C, 2D and 35. RGB value is (60,45,53). Sum of RGB (Red+Green+Blue) = 60+45+53=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D35 is #C3D2CA. Grayscale: #323232. Windows color (decimal): -12833483 or 3484988. OLE color: 3484988.
HSL color Cylindrical-coordinate representation of color #3C2D35: hue angle of 328º 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 #3C2D35 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 45 | 53 | - |
CMYK | 0 | 0.25 | 0.12 | 0.76 |
HSL | 328º | 0.14% | 0.21% | - |
HSV(B) | 328º | 0.25% | 0.24% | - |
XYZ | 3.44 | 3.09 | 3.78 | - |
YUV | 50.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 45 | 53 | 0 | 0.25 | 0.12 | 0.76 | 328 | 0.14 | 0.21 |
Hex | 3C | 2D | 35 | 0 | 19 | C | 4C | 148 | E | 15 |
Octal | 74 | 55 | 65 | 0 | 31 | 14 | 114 | 510 | 16 | 25 |
Binary | 111100 | 101101 | 110101 | 0 | 11001 | 1100 | 1001100 | 101001000 | 1110 | 10101 |
Color Harmonies of #3C2D35
Complementary color
Monochromatic Colors of #3C2D35
Black with #3C2D35
Text Example
Text Example
White with #3C2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D35; }
p { color: rgb(60,45,53); }
H1.HeaderClassName
{
color: #3C2D35;
}
.AnyTagClassName
{
color: #3C2D35;
}
</style>
background-color css
<style>
a { background-color: #3C2D35; }
a { background-color: rgb(60,45,53); }
div.DivClassName
{
background-color: #3C2D35;
}
.BgClassName
{
background-color: #3C2D35;
}
</style>
border-color css
<style>
span { border-color: #3C2D35; }
span { border-color: rgb(60,45,53); }
td.TdClassName
{
border-color: #3C2D35;
}
.TagClassName
{
border-color: #3C2D35;
}
</style>