Shades of Toledo #312C2E
Tints of Toledo #312C2E
RGB
CMYK
RGB Variations
Color information
#312C2E (or 0x312C2E) is known color: Toledo. HEX triplet: 31, 2C and 2E. RGB value is (49,44,46). Sum of RGB (Red+Green+Blue) = 49+44+46=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C2E is #CED3D1. Grayscale: #2D2D2D. Windows color (decimal): -13554642 or 3025969. OLE color: 3025969.
HSL color Cylindrical-coordinate representation of color #312C2E: hue angle of 336º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #312C2E is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 46 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.81 |
| HSL | 336º | 0.05% | 0.18% | - |
| HSV(B) | 336º | 0.1% | 0.19% | - |
| XYZ | 2.66 | 2.65 | 2.96 | - |
| YUV | 45.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 46 | 0 | 0.10 | 0.06 | 0.81 | 336 | 0.05 | 0.18 |
| Hex | 31 | 2C | 2E | 0 | A | 6 | 51 | 150 | 5 | 12 |
| Octal | 61 | 54 | 56 | 0 | 12 | 6 | 121 | 520 | 5 | 22 |
| Binary | 110001 | 101100 | 101110 | 0 | 1010 | 110 | 1010001 | 101010000 | 101 | 10010 |
Color Harmonies of #312C2E
Complementary color
Monochromatic Colors of #312C2E
Black with #312C2E
Text Example
Text Example
White with #312C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C2E; }
p { color: rgb(49,44,46); }
H1.HeaderClassName
{
color: #312C2E;
}
.AnyTagClassName
{
color: #312C2E;
}
</style>
background-color css
<style>
a { background-color: #312C2E; }
a { background-color: rgb(49,44,46); }
div.DivClassName
{
background-color: #312C2E;
}
.BgClassName
{
background-color: #312C2E;
}
</style>
border-color css
<style>
span { border-color: #312C2E; }
span { border-color: rgb(49,44,46); }
td.TdClassName
{
border-color: #312C2E;
}
.TagClassName
{
border-color: #312C2E;
}
</style>