Shades of Toledo #312B2E
Tints of Toledo #312B2E
RGB
CMYK
RGB Variations
Color information
#312B2E (or 0x312B2E) is known color: Toledo. HEX triplet: 31, 2B and 2E. RGB value is (49,43,46). Sum of RGB (Red+Green+Blue) = 49+43+46=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B2E is #CED4D1. Grayscale: #2D2D2D. Windows color (decimal): -13554898 or 3025713. OLE color: 3025713.
HSL color Cylindrical-coordinate representation of color #312B2E: hue angle of 330º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #312B2E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 46 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.81 |
| HSL | 330º | 0.07% | 0.18% | - |
| HSV(B) | 330º | 0.12% | 0.19% | - |
| XYZ | 2.62 | 2.58 | 2.94 | - |
| YUV | 45.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 46 | 0 | 0.12 | 0.06 | 0.81 | 330 | 0.07 | 0.18 |
| Hex | 31 | 2B | 2E | 0 | C | 6 | 51 | 14A | 7 | 12 |
| Octal | 61 | 53 | 56 | 0 | 14 | 6 | 121 | 512 | 7 | 22 |
| Binary | 110001 | 101011 | 101110 | 0 | 1100 | 110 | 1010001 | 101001010 | 111 | 10010 |
Color Harmonies of #312B2E
Complementary color
Monochromatic Colors of #312B2E
Black with #312B2E
Text Example
Text Example
White with #312B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B2E; }
p { color: rgb(49,43,46); }
H1.HeaderClassName
{
color: #312B2E;
}
.AnyTagClassName
{
color: #312B2E;
}
</style>
background-color css
<style>
a { background-color: #312B2E; }
a { background-color: rgb(49,43,46); }
div.DivClassName
{
background-color: #312B2E;
}
.BgClassName
{
background-color: #312B2E;
}
</style>
border-color css
<style>
span { border-color: #312B2E; }
span { border-color: rgb(49,43,46); }
td.TdClassName
{
border-color: #312B2E;
}
.TagClassName
{
border-color: #312B2E;
}
</style>