Shades of Toledo #3C2130
Tints of Toledo #3C2130
RGB
CMYK
RGB Variations
Color information
#3C2130 (or 0x3C2130) is known color: Toledo. HEX triplet: 3C, 21 and 30. RGB value is (60,33,48). Sum of RGB (Red+Green+Blue) = 60+33+48=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2130 is #C3DECF. Grayscale: #2A2A2A. Windows color (decimal): -12836560 or 3154236. OLE color: 3154236.
HSL color Cylindrical-coordinate representation of color #3C2130: hue angle of 326.67º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2130 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 48 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.76 |
| HSL | 326.67º | 0.29% | 0.18% | - |
| HSV(B) | 326.67º | 0.45% | 0.24% | - |
| XYZ | 2.94 | 2.26 | 3.08 | - |
| YUV | 42.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 48 | 0 | 0.45 | 0.20 | 0.76 | 326.67 | 0.29 | 0.18 |
| Hex | 3C | 21 | 30 | 0 | 2D | 14 | 4C | 147 | 1D | 12 |
| Octal | 74 | 41 | 60 | 0 | 55 | 24 | 114 | 507 | 35 | 22 |
| Binary | 111100 | 100001 | 110000 | 0 | 101101 | 10100 | 1001100 | 101000111 | 11101 | 10010 |
Color Harmonies of #3C2130
Complementary color
Monochromatic Colors of #3C2130
Black with #3C2130
Text Example
Text Example
White with #3C2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2130; }
p { color: rgb(60,33,48); }
H1.HeaderClassName
{
color: #3C2130;
}
.AnyTagClassName
{
color: #3C2130;
}
</style>
background-color css
<style>
a { background-color: #3C2130; }
a { background-color: rgb(60,33,48); }
div.DivClassName
{
background-color: #3C2130;
}
.BgClassName
{
background-color: #3C2130;
}
</style>
border-color css
<style>
span { border-color: #3C2130; }
span { border-color: rgb(60,33,48); }
td.TdClassName
{
border-color: #3C2130;
}
.TagClassName
{
border-color: #3C2130;
}
</style>