Shades of Toledo #3C222D
Tints of Toledo #3C222D
RGB
CMYK
RGB Variations
Color information
#3C222D (or 0x3C222D) is known color: Toledo. HEX triplet: 3C, 22 and 2D. RGB value is (60,34,45). Sum of RGB (Red+Green+Blue) = 60+34+45=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C222D is #C3DDD2. Grayscale: #2B2B2B. Windows color (decimal): -12836307 or 2957884. OLE color: 2957884.
HSL color Cylindrical-coordinate representation of color #3C222D: hue angle of 334.62º 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 #3C222D is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 45 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.76 |
| HSL | 334.62º | 0.28% | 0.18% | - |
| HSV(B) | 334.62º | 0.43% | 0.24% | - |
| XYZ | 2.91 | 2.29 | 2.77 | - |
| YUV | 43.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 45 | 0 | 0.43 | 0.25 | 0.76 | 334.62 | 0.28 | 0.18 |
| Hex | 3C | 22 | 2D | 0 | 2B | 19 | 4C | 14F | 1C | 12 |
| Octal | 74 | 42 | 55 | 0 | 53 | 31 | 114 | 517 | 34 | 22 |
| Binary | 111100 | 100010 | 101101 | 0 | 101011 | 11001 | 1001100 | 101001111 | 11100 | 10010 |
Color Harmonies of #3C222D
Complementary color
Monochromatic Colors of #3C222D
Black with #3C222D
Text Example
Text Example
White with #3C222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C222D; }
p { color: rgb(60,34,45); }
H1.HeaderClassName
{
color: #3C222D;
}
.AnyTagClassName
{
color: #3C222D;
}
</style>
background-color css
<style>
a { background-color: #3C222D; }
a { background-color: rgb(60,34,45); }
div.DivClassName
{
background-color: #3C222D;
}
.BgClassName
{
background-color: #3C222D;
}
</style>
border-color css
<style>
span { border-color: #3C222D; }
span { border-color: rgb(60,34,45); }
td.TdClassName
{
border-color: #3C222D;
}
.TagClassName
{
border-color: #3C222D;
}
</style>