Shades of Toledo #3C2B32
Tints of Toledo #3C2B32
RGB
CMYK
RGB Variations
Color information
#3C2B32 (or 0x3C2B32) is known color: Toledo. HEX triplet: 3C, 2B and 32. RGB value is (60,43,50). Sum of RGB (Red+Green+Blue) = 60+43+50=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B32 is #C3D4CD. Grayscale: #303030. Windows color (decimal): -12833998 or 3287868. OLE color: 3287868.
HSL color Cylindrical-coordinate representation of color #3C2B32: hue angle of 335.29º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C2B32 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 43 | 50 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.76 |
| HSL | 335.29º | 0.17% | 0.2% | - |
| HSV(B) | 335.29º | 0.28% | 0.24% | - |
| XYZ | 3.3 | 2.92 | 3.41 | - |
| YUV | 48.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 50 | 0 | 0.28 | 0.17 | 0.76 | 335.29 | 0.17 | 0.2 |
| Hex | 3C | 2B | 32 | 0 | 1C | 11 | 4C | 14F | 11 | 14 |
| Octal | 74 | 53 | 62 | 0 | 34 | 21 | 114 | 517 | 21 | 24 |
| Binary | 111100 | 101011 | 110010 | 0 | 11100 | 10001 | 1001100 | 101001111 | 10001 | 10100 |
Color Harmonies of #3C2B32
Complementary color
Monochromatic Colors of #3C2B32
Black with #3C2B32
Text Example
Text Example
White with #3C2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B32; }
p { color: rgb(60,43,50); }
H1.HeaderClassName
{
color: #3C2B32;
}
.AnyTagClassName
{
color: #3C2B32;
}
</style>
background-color css
<style>
a { background-color: #3C2B32; }
a { background-color: rgb(60,43,50); }
div.DivClassName
{
background-color: #3C2B32;
}
.BgClassName
{
background-color: #3C2B32;
}
</style>
border-color css
<style>
span { border-color: #3C2B32; }
span { border-color: rgb(60,43,50); }
td.TdClassName
{
border-color: #3C2B32;
}
.TagClassName
{
border-color: #3C2B32;
}
</style>