Shades of Toledo #3C242F
Tints of Toledo #3C242F
RGB
CMYK
RGB Variations
Color information
#3C242F (or 0x3C242F) is known color: Toledo. HEX triplet: 3C, 24 and 2F. RGB value is (60,36,47). Sum of RGB (Red+Green+Blue) = 60+36+47=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C242F is #C3DBD0. Grayscale: #2C2C2C. Windows color (decimal): -12835793 or 3089468. OLE color: 3089468.
HSL color Cylindrical-coordinate representation of color #3C242F: hue angle of 332.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C242F is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 47 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.76 |
| HSL | 332.5º | 0.25% | 0.19% | - |
| HSV(B) | 332.5º | 0.4% | 0.24% | - |
| XYZ | 3.01 | 2.43 | 3 | - |
| YUV | 44.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 47 | 0 | 0.40 | 0.22 | 0.76 | 332.5 | 0.25 | 0.19 |
| Hex | 3C | 24 | 2F | 0 | 28 | 16 | 4C | 14C | 19 | 13 |
| Octal | 74 | 44 | 57 | 0 | 50 | 26 | 114 | 514 | 31 | 23 |
| Binary | 111100 | 100100 | 101111 | 0 | 101000 | 10110 | 1001100 | 101001100 | 11001 | 10011 |
Color Harmonies of #3C242F
Complementary color
Monochromatic Colors of #3C242F
Black with #3C242F
Text Example
Text Example
White with #3C242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C242F; }
p { color: rgb(60,36,47); }
H1.HeaderClassName
{
color: #3C242F;
}
.AnyTagClassName
{
color: #3C242F;
}
</style>
background-color css
<style>
a { background-color: #3C242F; }
a { background-color: rgb(60,36,47); }
div.DivClassName
{
background-color: #3C242F;
}
.BgClassName
{
background-color: #3C242F;
}
</style>
border-color css
<style>
span { border-color: #3C242F; }
span { border-color: rgb(60,36,47); }
td.TdClassName
{
border-color: #3C242F;
}
.TagClassName
{
border-color: #3C242F;
}
</style>