Shades of Toledo #3C2930
Tints of Toledo #3C2930
RGB
CMYK
RGB Variations
Color information
#3C2930 (or 0x3C2930) is known color: Toledo. HEX triplet: 3C, 29 and 30. RGB value is (60,41,48). Sum of RGB (Red+Green+Blue) = 60+41+48=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2930 is #C3D6CF. Grayscale: #2F2F2F. Windows color (decimal): -12834512 or 3156284. OLE color: 3156284.
HSL color Cylindrical-coordinate representation of color #3C2930: hue angle of 337.89º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C2930 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 41 | 48 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.76 |
| HSL | 337.89º | 0.19% | 0.2% | - |
| HSV(B) | 337.89º | 0.32% | 0.24% | - |
| XYZ | 3.19 | 2.76 | 3.16 | - |
| YUV | 47.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 48 | 0 | 0.32 | 0.20 | 0.76 | 337.89 | 0.19 | 0.2 |
| Hex | 3C | 29 | 30 | 0 | 20 | 14 | 4C | 152 | 13 | 14 |
| Octal | 74 | 51 | 60 | 0 | 40 | 24 | 114 | 522 | 23 | 24 |
| Binary | 111100 | 101001 | 110000 | 0 | 100000 | 10100 | 1001100 | 101010010 | 10011 | 10100 |
Color Harmonies of #3C2930
Complementary color
Monochromatic Colors of #3C2930
Black with #3C2930
Text Example
Text Example
White with #3C2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2930; }
p { color: rgb(60,41,48); }
H1.HeaderClassName
{
color: #3C2930;
}
.AnyTagClassName
{
color: #3C2930;
}
</style>
background-color css
<style>
a { background-color: #3C2930; }
a { background-color: rgb(60,41,48); }
div.DivClassName
{
background-color: #3C2930;
}
.BgClassName
{
background-color: #3C2930;
}
</style>
border-color css
<style>
span { border-color: #3C2930; }
span { border-color: rgb(60,41,48); }
td.TdClassName
{
border-color: #3C2930;
}
.TagClassName
{
border-color: #3C2930;
}
</style>