Shades of Toledo #3C2D33
Tints of Toledo #3C2D33
RGB
CMYK
RGB Variations
Color information
#3C2D33 (or 0x3C2D33) is known color: Toledo. HEX triplet: 3C, 2D and 33. RGB value is (60,45,51). Sum of RGB (Red+Green+Blue) = 60+45+51=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D33 is #C3D2CC. Grayscale: #323232. Windows color (decimal): -12833485 or 3353916. OLE color: 3353916.
HSL color Cylindrical-coordinate representation of color #3C2D33: hue angle of 336º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C2D33 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 45 | 51 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.76 |
| HSL | 336º | 0.14% | 0.21% | - |
| HSV(B) | 336º | 0.25% | 0.24% | - |
| XYZ | 3.4 | 3.08 | 3.55 | - |
| YUV | 50.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 51 | 0 | 0.25 | 0.15 | 0.76 | 336 | 0.14 | 0.21 |
| Hex | 3C | 2D | 33 | 0 | 19 | F | 4C | 150 | E | 15 |
| Octal | 74 | 55 | 63 | 0 | 31 | 17 | 114 | 520 | 16 | 25 |
| Binary | 111100 | 101101 | 110011 | 0 | 11001 | 1111 | 1001100 | 101010000 | 1110 | 10101 |
Color Harmonies of #3C2D33
Complementary color
Monochromatic Colors of #3C2D33
Black with #3C2D33
Text Example
Text Example
White with #3C2D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D33; }
p { color: rgb(60,45,51); }
H1.HeaderClassName
{
color: #3C2D33;
}
.AnyTagClassName
{
color: #3C2D33;
}
</style>
background-color css
<style>
a { background-color: #3C2D33; }
a { background-color: rgb(60,45,51); }
div.DivClassName
{
background-color: #3C2D33;
}
.BgClassName
{
background-color: #3C2D33;
}
</style>
border-color css
<style>
span { border-color: #3C2D33; }
span { border-color: rgb(60,45,51); }
td.TdClassName
{
border-color: #3C2D33;
}
.TagClassName
{
border-color: #3C2D33;
}
</style>