Shades of Tolopea #312A38
Tints of Tolopea #312A38
RGB
CMYK
RGB Variations
Color information
#312A38 (or 0x312A38) is known color: Tolopea. HEX triplet: 31, 2A and 38. RGB value is (49,42,56). Sum of RGB (Red+Green+Blue) = 49+42+56=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 56 - color contains mainly: blue. Hex color #312A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A38 is #CED5C7. Grayscale: #2D2D2D. Windows color (decimal): -13555144 or 3680817. OLE color: 3680817.
HSL color Cylindrical-coordinate representation of color #312A38: hue angle of 270º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #312A38 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 42 | 56 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.78 |
| HSL | 270º | 0.14% | 0.19% | - |
| HSV(B) | 270º | 0.25% | 0.22% | - |
| XYZ | 2.81 | 2.59 | 4.09 | - |
| YUV | 45.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 56 | 0.12 | 0.25 | 0 | 0.78 | 270 | 0.14 | 0.19 |
| Hex | 31 | 2A | 38 | C | 19 | 0 | 4E | 10E | E | 13 |
| Octal | 61 | 52 | 70 | 14 | 31 | 0 | 116 | 416 | 16 | 23 |
| Binary | 110001 | 101010 | 111000 | 1100 | 11001 | 0 | 1001110 | 100001110 | 1110 | 10011 |
Color Harmonies of #312A38
Complementary color
Monochromatic Colors of #312A38
Black with #312A38
Text Example
Text Example
White with #312A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A38; }
p { color: rgb(49,42,56); }
H1.HeaderClassName
{
color: #312A38;
}
.AnyTagClassName
{
color: #312A38;
}
</style>
background-color css
<style>
a { background-color: #312A38; }
a { background-color: rgb(49,42,56); }
div.DivClassName
{
background-color: #312A38;
}
.BgClassName
{
background-color: #312A38;
}
</style>
border-color css
<style>
span { border-color: #312A38; }
span { border-color: rgb(49,42,56); }
td.TdClassName
{
border-color: #312A38;
}
.TagClassName
{
border-color: #312A38;
}
</style>