Shades of Toledo #3C1E2C
Tints of Toledo #3C1E2C
RGB
CMYK
RGB Variations
Color information
#3C1E2C (or 0x3C1E2C) is known color: Toledo. HEX triplet: 3C, 1E and 2C. RGB value is (60,30,44). Sum of RGB (Red+Green+Blue) = 60+30+44=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1E2C is #C3E1D3. Grayscale: #282828. Windows color (decimal): -12837332 or 2891324. OLE color: 2891324.
HSL color Cylindrical-coordinate representation of color #3C1E2C: hue angle of 332º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C1E2C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 30 | 44 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.76 |
| HSL | 332º | 0.33% | 0.18% | - |
| HSV(B) | 332º | 0.5% | 0.24% | - |
| XYZ | 2.78 | 2.07 | 2.64 | - |
| YUV | 40.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 30 | 44 | 0 | 0.50 | 0.27 | 0.76 | 332 | 0.33 | 0.18 |
| Hex | 3C | 1E | 2C | 0 | 32 | 1B | 4C | 14C | 21 | 12 |
| Octal | 74 | 36 | 54 | 0 | 62 | 33 | 114 | 514 | 41 | 22 |
| Binary | 111100 | 11110 | 101100 | 0 | 110010 | 11011 | 1001100 | 101001100 | 100001 | 10010 |
Color Harmonies of #3C1E2C
Complementary color
Monochromatic Colors of #3C1E2C
Black with #3C1E2C
Text Example
Text Example
White with #3C1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1E2C; }
p { color: rgb(60,30,44); }
H1.HeaderClassName
{
color: #3C1E2C;
}
.AnyTagClassName
{
color: #3C1E2C;
}
</style>
background-color css
<style>
a { background-color: #3C1E2C; }
a { background-color: rgb(60,30,44); }
div.DivClassName
{
background-color: #3C1E2C;
}
.BgClassName
{
background-color: #3C1E2C;
}
</style>
border-color css
<style>
span { border-color: #3C1E2C; }
span { border-color: rgb(60,30,44); }
td.TdClassName
{
border-color: #3C1E2C;
}
.TagClassName
{
border-color: #3C1E2C;
}
</style>