Shades of Toledo #31272C
Tints of Toledo #31272C
RGB
CMYK
RGB Variations
Color information
#31272C (or 0x31272C) is known color: Toledo. HEX triplet: 31, 27 and 2C. RGB value is (49,39,44). Sum of RGB (Red+Green+Blue) = 49+39+44=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #31272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31272C is #CED8D3. Grayscale: #2A2A2A. Windows color (decimal): -13555924 or 2893617. OLE color: 2893617.
HSL color Cylindrical-coordinate representation of color #31272C: hue angle of 330º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31272C is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 39 | 44 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.81 |
| HSL | 330º | 0.11% | 0.17% | - |
| HSV(B) | 330º | 0.2% | 0.19% | - |
| XYZ | 2.45 | 2.29 | 2.7 | - |
| YUV | 42.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 44 | 0 | 0.20 | 0.10 | 0.81 | 330 | 0.11 | 0.17 |
| Hex | 31 | 27 | 2C | 0 | 14 | A | 51 | 14A | B | 11 |
| Octal | 61 | 47 | 54 | 0 | 24 | 12 | 121 | 512 | 13 | 21 |
| Binary | 110001 | 100111 | 101100 | 0 | 10100 | 1010 | 1010001 | 101001010 | 1011 | 10001 |
Color Harmonies of #31272C
Complementary color
Monochromatic Colors of #31272C
Black with #31272C
Text Example
Text Example
White with #31272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31272C; }
p { color: rgb(49,39,44); }
H1.HeaderClassName
{
color: #31272C;
}
.AnyTagClassName
{
color: #31272C;
}
</style>
background-color css
<style>
a { background-color: #31272C; }
a { background-color: rgb(49,39,44); }
div.DivClassName
{
background-color: #31272C;
}
.BgClassName
{
background-color: #31272C;
}
</style>
border-color css
<style>
span { border-color: #31272C; }
span { border-color: rgb(49,39,44); }
td.TdClassName
{
border-color: #31272C;
}
.TagClassName
{
border-color: #31272C;
}
</style>