Shades of Toledo #3C2E33
Tints of Toledo #3C2E33
RGB
CMYK
RGB Variations
Color information
#3C2E33 (or 0x3C2E33) is known color: Toledo. HEX triplet: 3C, 2E and 33. RGB value is (60,46,51). Sum of RGB (Red+Green+Blue) = 60+46+51=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2E33 is #C3D1CC. Grayscale: #323232. Windows color (decimal): -12833229 or 3354172. OLE color: 3354172.
HSL color Cylindrical-coordinate representation of color #3C2E33: hue angle of 338.57º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C2E33 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 46 | 51 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.76 |
| HSL | 338.57º | 0.13% | 0.21% | - |
| HSV(B) | 338.57º | 0.23% | 0.24% | - |
| XYZ | 3.44 | 3.15 | 3.56 | - |
| YUV | 50.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 51 | 0 | 0.23 | 0.15 | 0.76 | 338.57 | 0.13 | 0.21 |
| Hex | 3C | 2E | 33 | 0 | 17 | F | 4C | 153 | D | 15 |
| Octal | 74 | 56 | 63 | 0 | 27 | 17 | 114 | 523 | 15 | 25 |
| Binary | 111100 | 101110 | 110011 | 0 | 10111 | 1111 | 1001100 | 101010011 | 1101 | 10101 |
Color Harmonies of #3C2E33
Complementary color
Monochromatic Colors of #3C2E33
Black with #3C2E33
Text Example
Text Example
White with #3C2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E33; }
p { color: rgb(60,46,51); }
H1.HeaderClassName
{
color: #3C2E33;
}
.AnyTagClassName
{
color: #3C2E33;
}
</style>
background-color css
<style>
a { background-color: #3C2E33; }
a { background-color: rgb(60,46,51); }
div.DivClassName
{
background-color: #3C2E33;
}
.BgClassName
{
background-color: #3C2E33;
}
</style>
border-color css
<style>
span { border-color: #3C2E33; }
span { border-color: rgb(60,46,51); }
td.TdClassName
{
border-color: #3C2E33;
}
.TagClassName
{
border-color: #3C2E33;
}
</style>