Shades of Toledo #3C202C
Tints of Toledo #3C202C
RGB
CMYK
RGB Variations
Color information
#3C202C (or 0x3C202C) is known color: Toledo. HEX triplet: 3C, 20 and 2C. RGB value is (60,32,44). Sum of RGB (Red+Green+Blue) = 60+32+44=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C202C is #C3DFD3. Grayscale: #292929. Windows color (decimal): -12836820 or 2891836. OLE color: 2891836.
HSL color Cylindrical-coordinate representation of color #3C202C: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C202C is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 44 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.76 |
| HSL | 334.29º | 0.3% | 0.18% | - |
| HSV(B) | 334.29º | 0.47% | 0.24% | - |
| XYZ | 2.83 | 2.18 | 2.65 | - |
| YUV | 41.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 44 | 0 | 0.47 | 0.27 | 0.76 | 334.29 | 0.3 | 0.18 |
| Hex | 3C | 20 | 2C | 0 | 2F | 1B | 4C | 14E | 1E | 12 |
| Octal | 74 | 40 | 54 | 0 | 57 | 33 | 114 | 516 | 36 | 22 |
| Binary | 111100 | 100000 | 101100 | 0 | 101111 | 11011 | 1001100 | 101001110 | 11110 | 10010 |
Color Harmonies of #3C202C
Complementary color
Monochromatic Colors of #3C202C
Black with #3C202C
Text Example
Text Example
White with #3C202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C202C; }
p { color: rgb(60,32,44); }
H1.HeaderClassName
{
color: #3C202C;
}
.AnyTagClassName
{
color: #3C202C;
}
</style>
background-color css
<style>
a { background-color: #3C202C; }
a { background-color: rgb(60,32,44); }
div.DivClassName
{
background-color: #3C202C;
}
.BgClassName
{
background-color: #3C202C;
}
</style>
border-color css
<style>
span { border-color: #3C202C; }
span { border-color: rgb(60,32,44); }
td.TdClassName
{
border-color: #3C202C;
}
.TagClassName
{
border-color: #3C202C;
}
</style>