Shades of Valhalla #313246
Tints of Valhalla #313246
RGB
CMYK
RGB Variations
Color information
#313246 (or 0x313246) is known color: Valhalla. HEX triplet: 31, 32 and 46. RGB value is (49,50,70). Sum of RGB (Red+Green+Blue) = 49+50+70=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #313246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313246 is #CECDB9. Grayscale: #333333. Windows color (decimal): -13553082 or 4600369. OLE color: 4600369.
HSL color Cylindrical-coordinate representation of color #313246: hue angle of 237.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313246 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 50 | 70 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.73 |
| HSL | 237.14º | 0.18% | 0.23% | - |
| HSV(B) | 237.14º | 0.3% | 0.27% | - |
| XYZ | 3.51 | 3.38 | 6.26 | - |
| YUV | 51.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 70 | 0.30 | 0.29 | 0 | 0.73 | 237.14 | 0.18 | 0.23 |
| Hex | 31 | 32 | 46 | 1E | 1D | 0 | 49 | ED | 12 | 17 |
| Octal | 61 | 62 | 106 | 36 | 35 | 0 | 111 | 355 | 22 | 27 |
| Binary | 110001 | 110010 | 1000110 | 11110 | 11101 | 0 | 1001001 | 11101101 | 10010 | 10111 |
Color Harmonies of #313246
Complementary color
Monochromatic Colors of #313246
Black with #313246
Text Example
Text Example
White with #313246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313246; }
p { color: rgb(49,50,70); }
H1.HeaderClassName
{
color: #313246;
}
.AnyTagClassName
{
color: #313246;
}
</style>
background-color css
<style>
a { background-color: #313246; }
a { background-color: rgb(49,50,70); }
div.DivClassName
{
background-color: #313246;
}
.BgClassName
{
background-color: #313246;
}
</style>
border-color css
<style>
span { border-color: #313246; }
span { border-color: rgb(49,50,70); }
td.TdClassName
{
border-color: #313246;
}
.TagClassName
{
border-color: #313246;
}
</style>