Shades of Toledo #3C2C35
Tints of Toledo #3C2C35
RGB
CMYK
RGB Variations
Color information
#3C2C35 (or 0x3C2C35) is known color: Toledo. HEX triplet: 3C, 2C and 35. RGB value is (60,44,53). Sum of RGB (Red+Green+Blue) = 60+44+53=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C35 is #C3D3CA. Grayscale: #313131. Windows color (decimal): -12833739 or 3484732. OLE color: 3484732.
HSL color Cylindrical-coordinate representation of color #3C2C35: hue angle of 326.25º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C2C35 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 44 | 53 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.76 |
| HSL | 326.25º | 0.15% | 0.2% | - |
| HSV(B) | 326.25º | 0.27% | 0.24% | - |
| XYZ | 3.41 | 3.02 | 3.77 | - |
| YUV | 49.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 53 | 0 | 0.27 | 0.12 | 0.76 | 326.25 | 0.15 | 0.2 |
| Hex | 3C | 2C | 35 | 0 | 1B | C | 4C | 146 | F | 14 |
| Octal | 74 | 54 | 65 | 0 | 33 | 14 | 114 | 506 | 17 | 24 |
| Binary | 111100 | 101100 | 110101 | 0 | 11011 | 1100 | 1001100 | 101000110 | 1111 | 10100 |
Color Harmonies of #3C2C35
Complementary color
Monochromatic Colors of #3C2C35
Black with #3C2C35
Text Example
Text Example
White with #3C2C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2C35; }
p { color: rgb(60,44,53); }
H1.HeaderClassName
{
color: #3C2C35;
}
.AnyTagClassName
{
color: #3C2C35;
}
</style>
background-color css
<style>
a { background-color: #3C2C35; }
a { background-color: rgb(60,44,53); }
div.DivClassName
{
background-color: #3C2C35;
}
.BgClassName
{
background-color: #3C2C35;
}
</style>
border-color css
<style>
span { border-color: #3C2C35; }
span { border-color: rgb(60,44,53); }
td.TdClassName
{
border-color: #3C2C35;
}
.TagClassName
{
border-color: #3C2C35;
}
</style>