Shades of Toledo #3C2330
Tints of Toledo #3C2330
RGB
CMYK
RGB Variations
Color information
#3C2330 (or 0x3C2330) is known color: Toledo. HEX triplet: 3C, 23 and 30. RGB value is (60,35,48). Sum of RGB (Red+Green+Blue) = 60+35+48=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2330 is #C3DCCF. Grayscale: #2B2B2B. Windows color (decimal): -12836048 or 3154748. OLE color: 3154748.
HSL color Cylindrical-coordinate representation of color #3C2330: hue angle of 328.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C2330 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 48 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.76 |
| HSL | 328.8º | 0.26% | 0.19% | - |
| HSV(B) | 328.8º | 0.42% | 0.24% | - |
| XYZ | 3 | 2.38 | 3.1 | - |
| YUV | 43.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 48 | 0 | 0.42 | 0.20 | 0.76 | 328.8 | 0.26 | 0.19 |
| Hex | 3C | 23 | 30 | 0 | 2A | 14 | 4C | 149 | 1A | 13 |
| Octal | 74 | 43 | 60 | 0 | 52 | 24 | 114 | 511 | 32 | 23 |
| Binary | 111100 | 100011 | 110000 | 0 | 101010 | 10100 | 1001100 | 101001001 | 11010 | 10011 |
Color Harmonies of #3C2330
Complementary color
Monochromatic Colors of #3C2330
Black with #3C2330
Text Example
Text Example
White with #3C2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2330; }
p { color: rgb(60,35,48); }
H1.HeaderClassName
{
color: #3C2330;
}
.AnyTagClassName
{
color: #3C2330;
}
</style>
background-color css
<style>
a { background-color: #3C2330; }
a { background-color: rgb(60,35,48); }
div.DivClassName
{
background-color: #3C2330;
}
.BgClassName
{
background-color: #3C2330;
}
</style>
border-color css
<style>
span { border-color: #3C2330; }
span { border-color: rgb(60,35,48); }
td.TdClassName
{
border-color: #3C2330;
}
.TagClassName
{
border-color: #3C2330;
}
</style>