Shades of Tolopea #312F34
Tints of Tolopea #312F34
RGB
CMYK
RGB Variations
Color information
#312F34 (or 0x312F34) is known color: Tolopea. HEX triplet: 31, 2F and 34. RGB value is (49,47,52). Sum of RGB (Red+Green+Blue) = 49+47+52=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 52 - color contains mainly: blue. Hex color #312F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F34 is #CED0CB. Grayscale: #303030. Windows color (decimal): -13553868 or 3419953. OLE color: 3419953.
HSL color Cylindrical-coordinate representation of color #312F34: hue angle of 264º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #312F34 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 47 | 52 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.80 |
| HSL | 264º | 0.05% | 0.19% | - |
| HSV(B) | 264º | 0.1% | 0.2% | - |
| XYZ | 2.9 | 2.93 | 3.66 | - |
| YUV | 48.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 52 | 0.06 | 0.10 | 0 | 0.80 | 264 | 0.05 | 0.19 |
| Hex | 31 | 2F | 34 | 6 | A | 0 | 50 | 108 | 5 | 13 |
| Octal | 61 | 57 | 64 | 6 | 12 | 0 | 120 | 410 | 5 | 23 |
| Binary | 110001 | 101111 | 110100 | 110 | 1010 | 0 | 1010000 | 100001000 | 101 | 10011 |
Color Harmonies of #312F34
Complementary color
Monochromatic Colors of #312F34
Black with #312F34
Text Example
Text Example
White with #312F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F34; }
p { color: rgb(49,47,52); }
H1.HeaderClassName
{
color: #312F34;
}
.AnyTagClassName
{
color: #312F34;
}
</style>
background-color css
<style>
a { background-color: #312F34; }
a { background-color: rgb(49,47,52); }
div.DivClassName
{
background-color: #312F34;
}
.BgClassName
{
background-color: #312F34;
}
</style>
border-color css
<style>
span { border-color: #312F34; }
span { border-color: rgb(49,47,52); }
td.TdClassName
{
border-color: #312F34;
}
.TagClassName
{
border-color: #312F34;
}
</style>