Shades of Toledo #3C222E
Tints of Toledo #3C222E
RGB
CMYK
RGB Variations
Color information
#3C222E (or 0x3C222E) is known color: Toledo. HEX triplet: 3C, 22 and 2E. RGB value is (60,34,46). Sum of RGB (Red+Green+Blue) = 60+34+46=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C222E is #C3DDD1. Grayscale: #2B2B2B. Windows color (decimal): -12836306 or 3023420. OLE color: 3023420.
HSL color Cylindrical-coordinate representation of color #3C222E: hue angle of 332.31º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C222E is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 46 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.76 |
| HSL | 332.31º | 0.28% | 0.18% | - |
| HSV(B) | 332.31º | 0.43% | 0.24% | - |
| XYZ | 2.93 | 2.3 | 2.87 | - |
| YUV | 43.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 46 | 0 | 0.43 | 0.23 | 0.76 | 332.31 | 0.28 | 0.18 |
| Hex | 3C | 22 | 2E | 0 | 2B | 17 | 4C | 14C | 1C | 12 |
| Octal | 74 | 42 | 56 | 0 | 53 | 27 | 114 | 514 | 34 | 22 |
| Binary | 111100 | 100010 | 101110 | 0 | 101011 | 10111 | 1001100 | 101001100 | 11100 | 10010 |
Color Harmonies of #3C222E
Complementary color
Monochromatic Colors of #3C222E
Black with #3C222E
Text Example
Text Example
White with #3C222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C222E; }
p { color: rgb(60,34,46); }
H1.HeaderClassName
{
color: #3C222E;
}
.AnyTagClassName
{
color: #3C222E;
}
</style>
background-color css
<style>
a { background-color: #3C222E; }
a { background-color: rgb(60,34,46); }
div.DivClassName
{
background-color: #3C222E;
}
.BgClassName
{
background-color: #3C222E;
}
</style>
border-color css
<style>
span { border-color: #3C222E; }
span { border-color: rgb(60,34,46); }
td.TdClassName
{
border-color: #3C222E;
}
.TagClassName
{
border-color: #3C222E;
}
</style>