Shades of Toledo #31242B
Tints of Toledo #31242B
RGB
CMYK
RGB Variations
Color information
#31242B (or 0x31242B) is known color: Toledo. HEX triplet: 31, 24 and 2B. RGB value is (49,36,43). Sum of RGB (Red+Green+Blue) = 49+36+43=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #31242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31242B is #CEDBD4. Grayscale: #282828. Windows color (decimal): -13556693 or 2827313. OLE color: 2827313.
HSL color Cylindrical-coordinate representation of color #31242B: hue angle of 327.69º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #31242B is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 43 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.81 |
| HSL | 327.69º | 0.15% | 0.17% | - |
| HSV(B) | 327.69º | 0.27% | 0.19% | - |
| XYZ | 2.33 | 2.09 | 2.57 | - |
| YUV | 40.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 43 | 0 | 0.27 | 0.12 | 0.81 | 327.69 | 0.15 | 0.17 |
| Hex | 31 | 24 | 2B | 0 | 1B | C | 51 | 148 | F | 11 |
| Octal | 61 | 44 | 53 | 0 | 33 | 14 | 121 | 510 | 17 | 21 |
| Binary | 110001 | 100100 | 101011 | 0 | 11011 | 1100 | 1010001 | 101001000 | 1111 | 10001 |
Color Harmonies of #31242B
Complementary color
Monochromatic Colors of #31242B
Black with #31242B
Text Example
Text Example
White with #31242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31242B; }
p { color: rgb(49,36,43); }
H1.HeaderClassName
{
color: #31242B;
}
.AnyTagClassName
{
color: #31242B;
}
</style>
background-color css
<style>
a { background-color: #31242B; }
a { background-color: rgb(49,36,43); }
div.DivClassName
{
background-color: #31242B;
}
.BgClassName
{
background-color: #31242B;
}
</style>
border-color css
<style>
span { border-color: #31242B; }
span { border-color: rgb(49,36,43); }
td.TdClassName
{
border-color: #31242B;
}
.TagClassName
{
border-color: #31242B;
}
</style>