Shades of Toledo #311A24
Tints of Toledo #311A24
RGB
CMYK
RGB Variations
Color information
#311A24 (or 0x311A24) is known color: Toledo. HEX triplet: 31, 1A and 24. RGB value is (49,26,36). Sum of RGB (Red+Green+Blue) = 49+26+36=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #311A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A24 is #CEE5DB. Grayscale: #222222. Windows color (decimal): -13559260 or 2366001. OLE color: 2366001.
HSL color Cylindrical-coordinate representation of color #311A24: hue angle of 333.91º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #311A24 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 26 | 36 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.81 |
| HSL | 333.91º | 0.31% | 0.15% | - |
| HSV(B) | 333.91º | 0.47% | 0.19% | - |
| XYZ | 1.95 | 1.52 | 1.86 | - |
| YUV | 34.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 36 | 0 | 0.47 | 0.27 | 0.81 | 333.91 | 0.31 | 0.15 |
| Hex | 31 | 1A | 24 | 0 | 2F | 1B | 51 | 14E | 1F | F |
| Octal | 61 | 32 | 44 | 0 | 57 | 33 | 121 | 516 | 37 | 17 |
| Binary | 110001 | 11010 | 100100 | 0 | 101111 | 11011 | 1010001 | 101001110 | 11111 | 1111 |
Color Harmonies of #311A24
Complementary color
Monochromatic Colors of #311A24
Black with #311A24
Text Example
Text Example
White with #311A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A24; }
p { color: rgb(49,26,36); }
H1.HeaderClassName
{
color: #311A24;
}
.AnyTagClassName
{
color: #311A24;
}
</style>
background-color css
<style>
a { background-color: #311A24; }
a { background-color: rgb(49,26,36); }
div.DivClassName
{
background-color: #311A24;
}
.BgClassName
{
background-color: #311A24;
}
</style>
border-color css
<style>
span { border-color: #311A24; }
span { border-color: rgb(49,26,36); }
td.TdClassName
{
border-color: #311A24;
}
.TagClassName
{
border-color: #311A24;
}
</style>