Shades of Toledo #3C2B31
Tints of Toledo #3C2B31
RGB
CMYK
RGB Variations
Color information
#3C2B31 (or 0x3C2B31) is known color: Toledo. HEX triplet: 3C, 2B and 31. RGB value is (60,43,49). Sum of RGB (Red+Green+Blue) = 60+43+49=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B31 is #C3D4CE. Grayscale: #303030. Windows color (decimal): -12833999 or 3222332. OLE color: 3222332.
HSL color Cylindrical-coordinate representation of color #3C2B31: hue angle of 338.82º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C2B31 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 43 | 49 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.76 |
| HSL | 338.82º | 0.17% | 0.2% | - |
| HSV(B) | 338.82º | 0.28% | 0.24% | - |
| XYZ | 3.28 | 2.91 | 3.29 | - |
| YUV | 48.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 49 | 0 | 0.28 | 0.18 | 0.76 | 338.82 | 0.17 | 0.2 |
| Hex | 3C | 2B | 31 | 0 | 1C | 12 | 4C | 153 | 11 | 14 |
| Octal | 74 | 53 | 61 | 0 | 34 | 22 | 114 | 523 | 21 | 24 |
| Binary | 111100 | 101011 | 110001 | 0 | 11100 | 10010 | 1001100 | 101010011 | 10001 | 10100 |
Color Harmonies of #3C2B31
Complementary color
Monochromatic Colors of #3C2B31
Black with #3C2B31
Text Example
Text Example
White with #3C2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B31; }
p { color: rgb(60,43,49); }
H1.HeaderClassName
{
color: #3C2B31;
}
.AnyTagClassName
{
color: #3C2B31;
}
</style>
background-color css
<style>
a { background-color: #3C2B31; }
a { background-color: rgb(60,43,49); }
div.DivClassName
{
background-color: #3C2B31;
}
.BgClassName
{
background-color: #3C2B31;
}
</style>
border-color css
<style>
span { border-color: #3C2B31; }
span { border-color: rgb(60,43,49); }
td.TdClassName
{
border-color: #3C2B31;
}
.TagClassName
{
border-color: #3C2B31;
}
</style>