Shades of Toledo #31222A
Tints of Toledo #31222A
RGB
CMYK
RGB Variations
Color information
#31222A (or 0x31222A) is known color: Toledo. HEX triplet: 31, 22 and 2A. RGB value is (49,34,42). Sum of RGB (Red+Green+Blue) = 49+34+42=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #31222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31222A is #CEDDD5. Grayscale: #272727. Windows color (decimal): -13557206 or 2761265. OLE color: 2761265.
HSL color Cylindrical-coordinate representation of color #31222A: hue angle of 328º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31222A is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 42 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.81 |
| HSL | 328º | 0.18% | 0.16% | - |
| HSV(B) | 328º | 0.31% | 0.19% | - |
| XYZ | 2.26 | 1.96 | 2.45 | - |
| YUV | 39.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 42 | 0 | 0.31 | 0.14 | 0.81 | 328 | 0.18 | 0.16 |
| Hex | 31 | 22 | 2A | 0 | 1F | E | 51 | 148 | 12 | 10 |
| Octal | 61 | 42 | 52 | 0 | 37 | 16 | 121 | 510 | 22 | 20 |
| Binary | 110001 | 100010 | 101010 | 0 | 11111 | 1110 | 1010001 | 101001000 | 10010 | 10000 |
Color Harmonies of #31222A
Complementary color
Monochromatic Colors of #31222A
Black with #31222A
Text Example
Text Example
White with #31222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31222A; }
p { color: rgb(49,34,42); }
H1.HeaderClassName
{
color: #31222A;
}
.AnyTagClassName
{
color: #31222A;
}
</style>
background-color css
<style>
a { background-color: #31222A; }
a { background-color: rgb(49,34,42); }
div.DivClassName
{
background-color: #31222A;
}
.BgClassName
{
background-color: #31222A;
}
</style>
border-color css
<style>
span { border-color: #31222A; }
span { border-color: rgb(49,34,42); }
td.TdClassName
{
border-color: #31222A;
}
.TagClassName
{
border-color: #31222A;
}
</style>