Shades of Toledo #3C1F2C
Tints of Toledo #3C1F2C
RGB
CMYK
RGB Variations
Color information
#3C1F2C (or 0x3C1F2C) is known color: Toledo. HEX triplet: 3C, 1F and 2C. RGB value is (60,31,44). Sum of RGB (Red+Green+Blue) = 60+31+44=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F2C is #C3E0D3. Grayscale: #292929. Windows color (decimal): -12837076 or 2891580. OLE color: 2891580.
HSL color Cylindrical-coordinate representation of color #3C1F2C: hue angle of 333.1º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C1F2C is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 31 | 44 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.76 |
| HSL | 333.1º | 0.32% | 0.18% | - |
| HSV(B) | 333.1º | 0.48% | 0.24% | - |
| XYZ | 2.81 | 2.12 | 2.64 | - |
| YUV | 41.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 44 | 0 | 0.48 | 0.27 | 0.76 | 333.1 | 0.32 | 0.18 |
| Hex | 3C | 1F | 2C | 0 | 30 | 1B | 4C | 14D | 20 | 12 |
| Octal | 74 | 37 | 54 | 0 | 60 | 33 | 114 | 515 | 40 | 22 |
| Binary | 111100 | 11111 | 101100 | 0 | 110000 | 11011 | 1001100 | 101001101 | 100000 | 10010 |
Color Harmonies of #3C1F2C
Complementary color
Monochromatic Colors of #3C1F2C
Black with #3C1F2C
Text Example
Text Example
White with #3C1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1F2C; }
p { color: rgb(60,31,44); }
H1.HeaderClassName
{
color: #3C1F2C;
}
.AnyTagClassName
{
color: #3C1F2C;
}
</style>
background-color css
<style>
a { background-color: #3C1F2C; }
a { background-color: rgb(60,31,44); }
div.DivClassName
{
background-color: #3C1F2C;
}
.BgClassName
{
background-color: #3C1F2C;
}
</style>
border-color css
<style>
span { border-color: #3C1F2C; }
span { border-color: rgb(60,31,44); }
td.TdClassName
{
border-color: #3C1F2C;
}
.TagClassName
{
border-color: #3C1F2C;
}
</style>