Shades of Tolopea #312C3F
Tints of Tolopea #312C3F
RGB
CMYK
RGB Variations
Color information
#312C3F (or 0x312C3F) is known color: Tolopea. HEX triplet: 31, 2C and 3F. RGB value is (49,44,63). Sum of RGB (Red+Green+Blue) = 49+44+63=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #312C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C3F is #CED3C0. Grayscale: #2F2F2F. Windows color (decimal): -13554625 or 4140081. OLE color: 4140081.
HSL color Cylindrical-coordinate representation of color #312C3F: hue angle of 255.79º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312C3F is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 44 | 63 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.75 |
| HSL | 255.79º | 0.18% | 0.21% | - |
| HSV(B) | 255.79º | 0.3% | 0.25% | - |
| XYZ | 3.06 | 2.81 | 5.08 | - |
| YUV | 47.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 63 | 0.22 | 0.30 | 0 | 0.75 | 255.79 | 0.18 | 0.21 |
| Hex | 31 | 2C | 3F | 16 | 1E | 0 | 4B | 100 | 12 | 15 |
| Octal | 61 | 54 | 77 | 26 | 36 | 0 | 113 | 400 | 22 | 25 |
| Binary | 110001 | 101100 | 111111 | 10110 | 11110 | 0 | 1001011 | 100000000 | 10010 | 10101 |
Color Harmonies of #312C3F
Complementary color
Monochromatic Colors of #312C3F
Black with #312C3F
Text Example
Text Example
White with #312C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C3F; }
p { color: rgb(49,44,63); }
H1.HeaderClassName
{
color: #312C3F;
}
.AnyTagClassName
{
color: #312C3F;
}
</style>
background-color css
<style>
a { background-color: #312C3F; }
a { background-color: rgb(49,44,63); }
div.DivClassName
{
background-color: #312C3F;
}
.BgClassName
{
background-color: #312C3F;
}
</style>
border-color css
<style>
span { border-color: #312C3F; }
span { border-color: rgb(49,44,63); }
td.TdClassName
{
border-color: #312C3F;
}
.TagClassName
{
border-color: #312C3F;
}
</style>