Shades of Tolopea #312E34
Tints of Tolopea #312E34
RGB
CMYK
RGB Variations
Color information
#312E34 (or 0x312E34) is known color: Tolopea. HEX triplet: 31, 2E and 34. RGB value is (49,46,52). Sum of RGB (Red+Green+Blue) = 49+46+52=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 52 - color contains mainly: blue. Hex color #312E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E34 is #CED1CB. Grayscale: #2F2F2F. Windows color (decimal): -13554124 or 3419697. OLE color: 3419697.
HSL color Cylindrical-coordinate representation of color #312E34: hue angle of 270º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #312E34 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 46 | 52 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.80 |
| HSL | 270º | 0.06% | 0.19% | - |
| HSV(B) | 270º | 0.12% | 0.2% | - |
| XYZ | 2.86 | 2.85 | 3.65 | - |
| YUV | 47.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 52 | 0.06 | 0.12 | 0 | 0.80 | 270 | 0.06 | 0.19 |
| Hex | 31 | 2E | 34 | 6 | C | 0 | 50 | 10E | 6 | 13 |
| Octal | 61 | 56 | 64 | 6 | 14 | 0 | 120 | 416 | 6 | 23 |
| Binary | 110001 | 101110 | 110100 | 110 | 1100 | 0 | 1010000 | 100001110 | 110 | 10011 |
Color Harmonies of #312E34
Complementary color
Monochromatic Colors of #312E34
Black with #312E34
Text Example
Text Example
White with #312E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E34; }
p { color: rgb(49,46,52); }
H1.HeaderClassName
{
color: #312E34;
}
.AnyTagClassName
{
color: #312E34;
}
</style>
background-color css
<style>
a { background-color: #312E34; }
a { background-color: rgb(49,46,52); }
div.DivClassName
{
background-color: #312E34;
}
.BgClassName
{
background-color: #312E34;
}
</style>
border-color css
<style>
span { border-color: #312E34; }
span { border-color: rgb(49,46,52); }
td.TdClassName
{
border-color: #312E34;
}
.TagClassName
{
border-color: #312E34;
}
</style>