Shades of Toledo #311D25
Tints of Toledo #311D25
RGB
CMYK
RGB Variations
Color information
#311D25 (or 0x311D25) is known color: Toledo. HEX triplet: 31, 1D and 25. RGB value is (49,29,37). Sum of RGB (Red+Green+Blue) = 49+29+37=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D25 is #CEE2DA. Grayscale: #232323. Windows color (decimal): -13558491 or 2432305. OLE color: 2432305.
HSL color Cylindrical-coordinate representation of color #311D25: hue angle of 336º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #311D25 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 37 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.81 |
| HSL | 336º | 0.26% | 0.15% | - |
| HSV(B) | 336º | 0.41% | 0.19% | - |
| XYZ | 2.04 | 1.67 | 1.96 | - |
| YUV | 35.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 37 | 0 | 0.41 | 0.24 | 0.81 | 336 | 0.26 | 0.15 |
| Hex | 31 | 1D | 25 | 0 | 29 | 18 | 51 | 150 | 1A | F |
| Octal | 61 | 35 | 45 | 0 | 51 | 30 | 121 | 520 | 32 | 17 |
| Binary | 110001 | 11101 | 100101 | 0 | 101001 | 11000 | 1010001 | 101010000 | 11010 | 1111 |
Color Harmonies of #311D25
Complementary color
Monochromatic Colors of #311D25
Black with #311D25
Text Example
Text Example
White with #311D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D25; }
p { color: rgb(49,29,37); }
H1.HeaderClassName
{
color: #311D25;
}
.AnyTagClassName
{
color: #311D25;
}
</style>
background-color css
<style>
a { background-color: #311D25; }
a { background-color: rgb(49,29,37); }
div.DivClassName
{
background-color: #311D25;
}
.BgClassName
{
background-color: #311D25;
}
</style>
border-color css
<style>
span { border-color: #311D25; }
span { border-color: rgb(49,29,37); }
td.TdClassName
{
border-color: #311D25;
}
.TagClassName
{
border-color: #311D25;
}
</style>