Shades of Toledo #311D28
Tints of Toledo #311D28
RGB
CMYK
RGB Variations
Color information
#311D28 (or 0x311D28) is known color: Toledo. HEX triplet: 31, 1D and 28. RGB value is (49,29,40). Sum of RGB (Red+Green+Blue) = 49+29+40=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #311D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D28 is #CEE2D7. Grayscale: #242424. Windows color (decimal): -13558488 or 2628913. OLE color: 2628913.
HSL color Cylindrical-coordinate representation of color #311D28: hue angle of 327º 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 #311D28 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 40 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.81 |
| HSL | 327º | 0.26% | 0.15% | - |
| HSV(B) | 327º | 0.41% | 0.19% | - |
| XYZ | 2.09 | 1.68 | 2.22 | - |
| YUV | 36.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 40 | 0 | 0.41 | 0.18 | 0.81 | 327 | 0.26 | 0.15 |
| Hex | 31 | 1D | 28 | 0 | 29 | 12 | 51 | 147 | 1A | F |
| Octal | 61 | 35 | 50 | 0 | 51 | 22 | 121 | 507 | 32 | 17 |
| Binary | 110001 | 11101 | 101000 | 0 | 101001 | 10010 | 1010001 | 101000111 | 11010 | 1111 |
Color Harmonies of #311D28
Complementary color
Monochromatic Colors of #311D28
Black with #311D28
Text Example
Text Example
White with #311D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D28; }
p { color: rgb(49,29,40); }
H1.HeaderClassName
{
color: #311D28;
}
.AnyTagClassName
{
color: #311D28;
}
</style>
background-color css
<style>
a { background-color: #311D28; }
a { background-color: rgb(49,29,40); }
div.DivClassName
{
background-color: #311D28;
}
.BgClassName
{
background-color: #311D28;
}
</style>
border-color css
<style>
span { border-color: #311D28; }
span { border-color: rgb(49,29,40); }
td.TdClassName
{
border-color: #311D28;
}
.TagClassName
{
border-color: #311D28;
}
</style>