Shades of Valhalla #313144
Tints of Valhalla #313144
RGB
CMYK
RGB Variations
Color information
#313144 (or 0x313144) is known color: Valhalla. HEX triplet: 31, 31 and 44. RGB value is (49,49,68). Sum of RGB (Red+Green+Blue) = 49+49+68=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #313144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313144 is #CECEBB. Grayscale: #333333. Windows color (decimal): -13553340 or 4469041. OLE color: 4469041.
HSL color Cylindrical-coordinate representation of color #313144: hue angle of 240º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313144 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 49 | 68 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.73 |
| HSL | 240º | 0.16% | 0.23% | - |
| HSV(B) | 240º | 0.28% | 0.27% | - |
| XYZ | 3.41 | 3.27 | 5.92 | - |
| YUV | 51.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 68 | 0.28 | 0.28 | 0 | 0.73 | 240 | 0.16 | 0.23 |
| Hex | 31 | 31 | 44 | 1C | 1C | 0 | 49 | F0 | 10 | 17 |
| Octal | 61 | 61 | 104 | 34 | 34 | 0 | 111 | 360 | 20 | 27 |
| Binary | 110001 | 110001 | 1000100 | 11100 | 11100 | 0 | 1001001 | 11110000 | 10000 | 10111 |
Color Harmonies of #313144
Complementary color
Monochromatic Colors of #313144
Black with #313144
Text Example
Text Example
White with #313144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313144; }
p { color: rgb(49,49,68); }
H1.HeaderClassName
{
color: #313144;
}
.AnyTagClassName
{
color: #313144;
}
</style>
background-color css
<style>
a { background-color: #313144; }
a { background-color: rgb(49,49,68); }
div.DivClassName
{
background-color: #313144;
}
.BgClassName
{
background-color: #313144;
}
</style>
border-color css
<style>
span { border-color: #313144; }
span { border-color: rgb(49,49,68); }
td.TdClassName
{
border-color: #313144;
}
.TagClassName
{
border-color: #313144;
}
</style>