Shades of Tolopea #31253E
Tints of Tolopea #31253E
RGB
CMYK
RGB Variations
Color information
#31253E (or 0x31253E) is known color: Tolopea. HEX triplet: 31, 25 and 3E. RGB value is (49,37,62). Sum of RGB (Red+Green+Blue) = 49+37+62=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #31253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31253E is #CEDAC1. Grayscale: #2B2B2B. Windows color (decimal): -13556418 or 4072753. OLE color: 4072753.
HSL color Cylindrical-coordinate representation of color #31253E: hue angle of 268.8º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31253E is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 37 | 62 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.76 |
| HSL | 268.8º | 0.25% | 0.19% | - |
| HSV(B) | 268.8º | 0.4% | 0.24% | - |
| XYZ | 2.8 | 2.32 | 4.86 | - |
| YUV | 43.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 62 | 0.21 | 0.40 | 0 | 0.76 | 268.8 | 0.25 | 0.19 |
| Hex | 31 | 25 | 3E | 15 | 28 | 0 | 4C | 10D | 19 | 13 |
| Octal | 61 | 45 | 76 | 25 | 50 | 0 | 114 | 415 | 31 | 23 |
| Binary | 110001 | 100101 | 111110 | 10101 | 101000 | 0 | 1001100 | 100001101 | 11001 | 10011 |
Color Harmonies of #31253E
Complementary color
Monochromatic Colors of #31253E
Black with #31253E
Text Example
Text Example
White with #31253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31253E; }
p { color: rgb(49,37,62); }
H1.HeaderClassName
{
color: #31253E;
}
.AnyTagClassName
{
color: #31253E;
}
</style>
background-color css
<style>
a { background-color: #31253E; }
a { background-color: rgb(49,37,62); }
div.DivClassName
{
background-color: #31253E;
}
.BgClassName
{
background-color: #31253E;
}
</style>
border-color css
<style>
span { border-color: #31253E; }
span { border-color: rgb(49,37,62); }
td.TdClassName
{
border-color: #31253E;
}
.TagClassName
{
border-color: #31253E;
}
</style>