Shades of Toledo #3C2B33
Tints of Toledo #3C2B33
RGB
CMYK
RGB Variations
Color information
#3C2B33 (or 0x3C2B33) is known color: Toledo. HEX triplet: 3C, 2B and 33. RGB value is (60,43,51). Sum of RGB (Red+Green+Blue) = 60+43+51=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B33 is #C3D4CC. Grayscale: #303030. Windows color (decimal): -12833997 or 3353404. OLE color: 3353404.
HSL color Cylindrical-coordinate representation of color #3C2B33: hue angle of 331.76º 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 #3C2B33 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 43 | 51 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.76 |
| HSL | 331.76º | 0.17% | 0.2% | - |
| HSV(B) | 331.76º | 0.28% | 0.24% | - |
| XYZ | 3.32 | 2.93 | 3.52 | - |
| YUV | 49 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 51 | 0 | 0.28 | 0.15 | 0.76 | 331.76 | 0.17 | 0.2 |
| Hex | 3C | 2B | 33 | 0 | 1C | F | 4C | 14C | 11 | 14 |
| Octal | 74 | 53 | 63 | 0 | 34 | 17 | 114 | 514 | 21 | 24 |
| Binary | 111100 | 101011 | 110011 | 0 | 11100 | 1111 | 1001100 | 101001100 | 10001 | 10100 |
Color Harmonies of #3C2B33
Complementary color
Monochromatic Colors of #3C2B33
Black with #3C2B33
Text Example
Text Example
White with #3C2B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B33; }
p { color: rgb(60,43,51); }
H1.HeaderClassName
{
color: #3C2B33;
}
.AnyTagClassName
{
color: #3C2B33;
}
</style>
background-color css
<style>
a { background-color: #3C2B33; }
a { background-color: rgb(60,43,51); }
div.DivClassName
{
background-color: #3C2B33;
}
.BgClassName
{
background-color: #3C2B33;
}
</style>
border-color css
<style>
span { border-color: #3C2B33; }
span { border-color: rgb(60,43,51); }
td.TdClassName
{
border-color: #3C2B33;
}
.TagClassName
{
border-color: #3C2B33;
}
</style>