Shades of Toledo #312128
Tints of Toledo #312128
RGB
CMYK
RGB Variations
Color information
#312128 (or 0x312128) is known color: Toledo. HEX triplet: 31, 21 and 28. RGB value is (49,33,40). Sum of RGB (Red+Green+Blue) = 49+33+40=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312128 is #CEDED7. Grayscale: #262626. Windows color (decimal): -13557464 or 2629937. OLE color: 2629937.
HSL color Cylindrical-coordinate representation of color #312128: hue angle of 333.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312128 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 33 | 40 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.81 |
| HSL | 333.75º | 0.2% | 0.16% | - |
| HSV(B) | 333.75º | 0.33% | 0.19% | - |
| XYZ | 2.19 | 1.89 | 2.26 | - |
| YUV | 38.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 40 | 0 | 0.33 | 0.18 | 0.81 | 333.75 | 0.2 | 0.16 |
| Hex | 31 | 21 | 28 | 0 | 21 | 12 | 51 | 14E | 14 | 10 |
| Octal | 61 | 41 | 50 | 0 | 41 | 22 | 121 | 516 | 24 | 20 |
| Binary | 110001 | 100001 | 101000 | 0 | 100001 | 10010 | 1010001 | 101001110 | 10100 | 10000 |
Color Harmonies of #312128
Complementary color
Monochromatic Colors of #312128
Black with #312128
Text Example
Text Example
White with #312128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312128; }
p { color: rgb(49,33,40); }
H1.HeaderClassName
{
color: #312128;
}
.AnyTagClassName
{
color: #312128;
}
</style>
background-color css
<style>
a { background-color: #312128; }
a { background-color: rgb(49,33,40); }
div.DivClassName
{
background-color: #312128;
}
.BgClassName
{
background-color: #312128;
}
</style>
border-color css
<style>
span { border-color: #312128; }
span { border-color: rgb(49,33,40); }
td.TdClassName
{
border-color: #312128;
}
.TagClassName
{
border-color: #312128;
}
</style>