Shades of Toledo #312D2F
Tints of Toledo #312D2F
RGB
CMYK
RGB Variations
Color information
#312D2F (or 0x312D2F) is known color: Toledo. HEX triplet: 31, 2D and 2F. RGB value is (49,45,47). Sum of RGB (Red+Green+Blue) = 49+45+47=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 49 - color contains mainly: red. Hex color #312D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D2F is #CED2D0. Grayscale: #2E2E2E. Windows color (decimal): -13554385 or 3091761. OLE color: 3091761.
HSL color Cylindrical-coordinate representation of color #312D2F: hue angle of 330º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #312D2F is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 47 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.81 |
| HSL | 330º | 0.04% | 0.18% | - |
| HSV(B) | 330º | 0.08% | 0.19% | - |
| XYZ | 2.72 | 2.73 | 3.07 | - |
| YUV | 46.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 47 | 0 | 0.08 | 0.04 | 0.81 | 330 | 0.04 | 0.18 |
| Hex | 31 | 2D | 2F | 0 | 8 | 4 | 51 | 14A | 4 | 12 |
| Octal | 61 | 55 | 57 | 0 | 10 | 4 | 121 | 512 | 4 | 22 |
| Binary | 110001 | 101101 | 101111 | 0 | 1000 | 100 | 1010001 | 101001010 | 100 | 10010 |
Color Harmonies of #312D2F
Complementary color
Monochromatic Colors of #312D2F
Black with #312D2F
Text Example
Text Example
White with #312D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D2F; }
p { color: rgb(49,45,47); }
H1.HeaderClassName
{
color: #312D2F;
}
.AnyTagClassName
{
color: #312D2F;
}
</style>
background-color css
<style>
a { background-color: #312D2F; }
a { background-color: rgb(49,45,47); }
div.DivClassName
{
background-color: #312D2F;
}
.BgClassName
{
background-color: #312D2F;
}
</style>
border-color css
<style>
span { border-color: #312D2F; }
span { border-color: rgb(49,45,47); }
td.TdClassName
{
border-color: #312D2F;
}
.TagClassName
{
border-color: #312D2F;
}
</style>