Shades of Toledo #3C252E
Tints of Toledo #3C252E
RGB
CMYK
RGB Variations
Color information
#3C252E (or 0x3C252E) is known color: Toledo. HEX triplet: 3C, 25 and 2E. RGB value is (60,37,46). Sum of RGB (Red+Green+Blue) = 60+37+46=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C252E is #C3DAD1. Grayscale: #2C2C2C. Windows color (decimal): -12835538 or 3024188. OLE color: 3024188.
HSL color Cylindrical-coordinate representation of color #3C252E: hue angle of 336.52º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C252E is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 37 | 46 | - |
CMYK | 0 | 0.38 | 0.23 | 0.76 |
HSL | 336.52º | 0.24% | 0.19% | - |
HSV(B) | 336.52º | 0.38% | 0.24% | - |
XYZ | 3.02 | 2.48 | 2.9 | - |
YUV | 44.9 | 128.62 | 138.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 37 | 46 | 0 | 0.38 | 0.23 | 0.76 | 336.52 | 0.24 | 0.19 |
Hex | 3C | 25 | 2E | 0 | 26 | 17 | 4C | 151 | 18 | 13 |
Octal | 74 | 45 | 56 | 0 | 46 | 27 | 114 | 521 | 30 | 23 |
Binary | 111100 | 100101 | 101110 | 0 | 100110 | 10111 | 1001100 | 101010001 | 11000 | 10011 |
Color Harmonies of #3C252E
Complementary color
Monochromatic Colors of #3C252E
Black with #3C252E
Text Example
Text Example
White with #3C252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C252E; }
p { color: rgb(60,37,46); }
H1.HeaderClassName
{
color: #3C252E;
}
.AnyTagClassName
{
color: #3C252E;
}
</style>
background-color css
<style>
a { background-color: #3C252E; }
a { background-color: rgb(60,37,46); }
div.DivClassName
{
background-color: #3C252E;
}
.BgClassName
{
background-color: #3C252E;
}
</style>
border-color css
<style>
span { border-color: #3C252E; }
span { border-color: rgb(60,37,46); }
td.TdClassName
{
border-color: #3C252E;
}
.TagClassName
{
border-color: #3C252E;
}
</style>