Shades of Tolopea #312942
Tints of Tolopea #312942
RGB
CMYK
RGB Variations
Color information
#312942 (or 0x312942) is known color: Tolopea. HEX triplet: 31, 29 and 42. RGB value is (49,41,66). Sum of RGB (Red+Green+Blue) = 49+41+66=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #312942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312942 is #CED6BD. Grayscale: #2E2E2E. Windows color (decimal): -13555390 or 4335921. OLE color: 4335921.
HSL color Cylindrical-coordinate representation of color #312942: hue angle of 259.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #312942 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 41 | 66 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.74 |
| HSL | 259.2º | 0.23% | 0.21% | - |
| HSV(B) | 259.2º | 0.38% | 0.26% | - |
| XYZ | 3.04 | 2.63 | 5.5 | - |
| YUV | 46.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 66 | 0.26 | 0.38 | 0 | 0.74 | 259.2 | 0.23 | 0.21 |
| Hex | 31 | 29 | 42 | 1A | 26 | 0 | 4A | 103 | 17 | 15 |
| Octal | 61 | 51 | 102 | 32 | 46 | 0 | 112 | 403 | 27 | 25 |
| Binary | 110001 | 101001 | 1000010 | 11010 | 100110 | 0 | 1001010 | 100000011 | 10111 | 10101 |
Color Harmonies of #312942
Complementary color
Monochromatic Colors of #312942
Black with #312942
Text Example
Text Example
White with #312942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312942; }
p { color: rgb(49,41,66); }
H1.HeaderClassName
{
color: #312942;
}
.AnyTagClassName
{
color: #312942;
}
</style>
background-color css
<style>
a { background-color: #312942; }
a { background-color: rgb(49,41,66); }
div.DivClassName
{
background-color: #312942;
}
.BgClassName
{
background-color: #312942;
}
</style>
border-color css
<style>
span { border-color: #312942; }
span { border-color: rgb(49,41,66); }
td.TdClassName
{
border-color: #312942;
}
.TagClassName
{
border-color: #312942;
}
</style>