Shades of Toledo #3C2631
Tints of Toledo #3C2631
RGB
CMYK
RGB Variations
Color information
#3C2631 (or 0x3C2631) is known color: Toledo. HEX triplet: 3C, 26 and 31. RGB value is (60,38,49). Sum of RGB (Red+Green+Blue) = 60+38+49=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2631 is #C3D9CE. Grayscale: #2D2D2D. Windows color (decimal): -12835279 or 3221052. OLE color: 3221052.
HSL color Cylindrical-coordinate representation of color #3C2631: hue angle of 330º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C2631 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 49 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.76 |
| HSL | 330º | 0.22% | 0.19% | - |
| HSV(B) | 330º | 0.37% | 0.24% | - |
| XYZ | 3.11 | 2.57 | 3.24 | - |
| YUV | 45.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 49 | 0 | 0.37 | 0.18 | 0.76 | 330 | 0.22 | 0.19 |
| Hex | 3C | 26 | 31 | 0 | 25 | 12 | 4C | 14A | 16 | 13 |
| Octal | 74 | 46 | 61 | 0 | 45 | 22 | 114 | 512 | 26 | 23 |
| Binary | 111100 | 100110 | 110001 | 0 | 100101 | 10010 | 1001100 | 101001010 | 10110 | 10011 |
Color Harmonies of #3C2631
Complementary color
Monochromatic Colors of #3C2631
Black with #3C2631
Text Example
Text Example
White with #3C2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2631; }
p { color: rgb(60,38,49); }
H1.HeaderClassName
{
color: #3C2631;
}
.AnyTagClassName
{
color: #3C2631;
}
</style>
background-color css
<style>
a { background-color: #3C2631; }
a { background-color: rgb(60,38,49); }
div.DivClassName
{
background-color: #3C2631;
}
.BgClassName
{
background-color: #3C2631;
}
</style>
border-color css
<style>
span { border-color: #3C2631; }
span { border-color: rgb(60,38,49); }
td.TdClassName
{
border-color: #3C2631;
}
.TagClassName
{
border-color: #3C2631;
}
</style>