Shades of Toledo #312E2F
Tints of Toledo #312E2F
RGB
CMYK
RGB Variations
Color information
#312E2F (or 0x312E2F) is known color: Toledo. HEX triplet: 31, 2E and 2F. RGB value is (49,46,47). Sum of RGB (Red+Green+Blue) = 49+46+47=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 49 - color contains mainly: red. Hex color #312E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E2F is #CED1D0. Grayscale: #2F2F2F. Windows color (decimal): -13554129 or 3092017. OLE color: 3092017.
HSL color Cylindrical-coordinate representation of color #312E2F: hue angle of 340º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #312E2F is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 47 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.81 |
| HSL | 340º | 0.03% | 0.19% | - |
| HSV(B) | 340º | 0.06% | 0.19% | - |
| XYZ | 2.76 | 2.81 | 3.09 | - |
| YUV | 47.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 47 | 0 | 0.06 | 0.04 | 0.81 | 340 | 0.03 | 0.19 |
| Hex | 31 | 2E | 2F | 0 | 6 | 4 | 51 | 154 | 3 | 13 |
| Octal | 61 | 56 | 57 | 0 | 6 | 4 | 121 | 524 | 3 | 23 |
| Binary | 110001 | 101110 | 101111 | 0 | 110 | 100 | 1010001 | 101010100 | 11 | 10011 |
Color Harmonies of #312E2F
Complementary color
Monochromatic Colors of #312E2F
Black with #312E2F
Text Example
Text Example
White with #312E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E2F; }
p { color: rgb(49,46,47); }
H1.HeaderClassName
{
color: #312E2F;
}
.AnyTagClassName
{
color: #312E2F;
}
</style>
background-color css
<style>
a { background-color: #312E2F; }
a { background-color: rgb(49,46,47); }
div.DivClassName
{
background-color: #312E2F;
}
.BgClassName
{
background-color: #312E2F;
}
</style>
border-color css
<style>
span { border-color: #312E2F; }
span { border-color: rgb(49,46,47); }
td.TdClassName
{
border-color: #312E2F;
}
.TagClassName
{
border-color: #312E2F;
}
</style>