Shades of Toledo #3C2832
Tints of Toledo #3C2832
RGB
CMYK
RGB Variations
Color information
#3C2832 (or 0x3C2832) is known color: Toledo. HEX triplet: 3C, 28 and 32. RGB value is (60,40,50). Sum of RGB (Red+Green+Blue) = 60+40+50=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2832 is #C3D7CD. Grayscale: #2F2F2F. Windows color (decimal): -12834766 or 3287100. OLE color: 3287100.
HSL color Cylindrical-coordinate representation of color #3C2832: hue angle of 330º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C2832 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 50 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.76 |
| HSL | 330º | 0.2% | 0.2% | - |
| HSV(B) | 330º | 0.33% | 0.24% | - |
| XYZ | 3.2 | 2.71 | 3.37 | - |
| YUV | 47.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 50 | 0 | 0.33 | 0.17 | 0.76 | 330 | 0.2 | 0.2 |
| Hex | 3C | 28 | 32 | 0 | 21 | 11 | 4C | 14A | 14 | 14 |
| Octal | 74 | 50 | 62 | 0 | 41 | 21 | 114 | 512 | 24 | 24 |
| Binary | 111100 | 101000 | 110010 | 0 | 100001 | 10001 | 1001100 | 101001010 | 10100 | 10100 |
Color Harmonies of #3C2832
Complementary color
Monochromatic Colors of #3C2832
Black with #3C2832
Text Example
Text Example
White with #3C2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2832; }
p { color: rgb(60,40,50); }
H1.HeaderClassName
{
color: #3C2832;
}
.AnyTagClassName
{
color: #3C2832;
}
</style>
background-color css
<style>
a { background-color: #3C2832; }
a { background-color: rgb(60,40,50); }
div.DivClassName
{
background-color: #3C2832;
}
.BgClassName
{
background-color: #3C2832;
}
</style>
border-color css
<style>
span { border-color: #3C2832; }
span { border-color: rgb(60,40,50); }
td.TdClassName
{
border-color: #3C2832;
}
.TagClassName
{
border-color: #3C2832;
}
</style>