Shades of Valhalla #313345
Tints of Valhalla #313345
RGB
CMYK
RGB Variations
Color information
#313345 (or 0x313345) is known color: Valhalla. HEX triplet: 31, 33 and 45. RGB value is (49,51,69). Sum of RGB (Red+Green+Blue) = 49+51+69=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #313345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313345 is #CECCBA. Grayscale: #343434. Windows color (decimal): -13552827 or 4535089. OLE color: 4535089.
HSL color Cylindrical-coordinate representation of color #313345: hue angle of 234º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313345 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 51 | 69 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.73 |
| HSL | 234º | 0.17% | 0.23% | - |
| HSV(B) | 234º | 0.29% | 0.27% | - |
| XYZ | 3.52 | 3.45 | 6.11 | - |
| YUV | 52.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 69 | 0.29 | 0.26 | 0 | 0.73 | 234 | 0.17 | 0.23 |
| Hex | 31 | 33 | 45 | 1D | 1A | 0 | 49 | EA | 11 | 17 |
| Octal | 61 | 63 | 105 | 35 | 32 | 0 | 111 | 352 | 21 | 27 |
| Binary | 110001 | 110011 | 1000101 | 11101 | 11010 | 0 | 1001001 | 11101010 | 10001 | 10111 |
Color Harmonies of #313345
Complementary color
Monochromatic Colors of #313345
Black with #313345
Text Example
Text Example
White with #313345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313345; }
p { color: rgb(49,51,69); }
H1.HeaderClassName
{
color: #313345;
}
.AnyTagClassName
{
color: #313345;
}
</style>
background-color css
<style>
a { background-color: #313345; }
a { background-color: rgb(49,51,69); }
div.DivClassName
{
background-color: #313345;
}
.BgClassName
{
background-color: #313345;
}
</style>
border-color css
<style>
span { border-color: #313345; }
span { border-color: rgb(49,51,69); }
td.TdClassName
{
border-color: #313345;
}
.TagClassName
{
border-color: #313345;
}
</style>