Shades of Toledo #31252A
Tints of Toledo #31252A
RGB
CMYK
RGB Variations
Color information
#31252A (or 0x31252A) is known color: Toledo. HEX triplet: 31, 25 and 2A. RGB value is (49,37,42). Sum of RGB (Red+Green+Blue) = 49+37+42=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #31252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31252A is #CEDAD5. Grayscale: #292929. Windows color (decimal): -13556438 or 2762033. OLE color: 2762033.
HSL color Cylindrical-coordinate representation of color #31252A: hue angle of 335º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #31252A is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 37 | 42 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.81 |
| HSL | 335º | 0.14% | 0.17% | - |
| HSV(B) | 335º | 0.24% | 0.19% | - |
| XYZ | 2.35 | 2.14 | 2.48 | - |
| YUV | 41.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 42 | 0 | 0.24 | 0.14 | 0.81 | 335 | 0.14 | 0.17 |
| Hex | 31 | 25 | 2A | 0 | 18 | E | 51 | 14F | E | 11 |
| Octal | 61 | 45 | 52 | 0 | 30 | 16 | 121 | 517 | 16 | 21 |
| Binary | 110001 | 100101 | 101010 | 0 | 11000 | 1110 | 1010001 | 101001111 | 1110 | 10001 |
Color Harmonies of #31252A
Complementary color
Monochromatic Colors of #31252A
Black with #31252A
Text Example
Text Example
White with #31252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31252A; }
p { color: rgb(49,37,42); }
H1.HeaderClassName
{
color: #31252A;
}
.AnyTagClassName
{
color: #31252A;
}
</style>
background-color css
<style>
a { background-color: #31252A; }
a { background-color: rgb(49,37,42); }
div.DivClassName
{
background-color: #31252A;
}
.BgClassName
{
background-color: #31252A;
}
</style>
border-color css
<style>
span { border-color: #31252A; }
span { border-color: rgb(49,37,42); }
td.TdClassName
{
border-color: #31252A;
}
.TagClassName
{
border-color: #31252A;
}
</style>