Shades of Tolopea #312C3D
Tints of Tolopea #312C3D
RGB
CMYK
RGB Variations
Color information
#312C3D (or 0x312C3D) is known color: Tolopea. HEX triplet: 31, 2C and 3D. RGB value is (49,44,61). Sum of RGB (Red+Green+Blue) = 49+44+61=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #312C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C3D is #CED3C2. Grayscale: #2F2F2F. Windows color (decimal): -13554627 or 4009009. OLE color: 4009009.
HSL color Cylindrical-coordinate representation of color #312C3D: hue angle of 257.65º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #312C3D is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 44 | 61 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.76 |
| HSL | 257.65º | 0.16% | 0.21% | - |
| HSV(B) | 257.65º | 0.28% | 0.24% | - |
| XYZ | 3.01 | 2.79 | 4.8 | - |
| YUV | 47.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 61 | 0.20 | 0.28 | 0 | 0.76 | 257.65 | 0.16 | 0.21 |
| Hex | 31 | 2C | 3D | 14 | 1C | 0 | 4C | 102 | 10 | 15 |
| Octal | 61 | 54 | 75 | 24 | 34 | 0 | 114 | 402 | 20 | 25 |
| Binary | 110001 | 101100 | 111101 | 10100 | 11100 | 0 | 1001100 | 100000010 | 10000 | 10101 |
Color Harmonies of #312C3D
Complementary color
Monochromatic Colors of #312C3D
Black with #312C3D
Text Example
Text Example
White with #312C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C3D; }
p { color: rgb(49,44,61); }
H1.HeaderClassName
{
color: #312C3D;
}
.AnyTagClassName
{
color: #312C3D;
}
</style>
background-color css
<style>
a { background-color: #312C3D; }
a { background-color: rgb(49,44,61); }
div.DivClassName
{
background-color: #312C3D;
}
.BgClassName
{
background-color: #312C3D;
}
</style>
border-color css
<style>
span { border-color: #312C3D; }
span { border-color: rgb(49,44,61); }
td.TdClassName
{
border-color: #312C3D;
}
.TagClassName
{
border-color: #312C3D;
}
</style>