Shades of Valhalla #313245
Tints of Valhalla #313245
RGB
CMYK
RGB Variations
Color information
#313245 (or 0x313245) is known color: Valhalla. HEX triplet: 31, 32 and 45. RGB value is (49,50,69). Sum of RGB (Red+Green+Blue) = 49+50+69=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 69 - color contains mainly: blue. Hex color #313245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313245 is #CECDBA. Grayscale: #333333. Windows color (decimal): -13553083 or 4534833. OLE color: 4534833.
HSL color Cylindrical-coordinate representation of color #313245: hue angle of 237º 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 #313245 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 50 | 69 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.73 |
| HSL | 237º | 0.17% | 0.23% | - |
| HSV(B) | 237º | 0.29% | 0.27% | - |
| XYZ | 3.48 | 3.36 | 6.1 | - |
| YUV | 51.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 69 | 0.29 | 0.28 | 0 | 0.73 | 237 | 0.17 | 0.23 |
| Hex | 31 | 32 | 45 | 1D | 1C | 0 | 49 | ED | 11 | 17 |
| Octal | 61 | 62 | 105 | 35 | 34 | 0 | 111 | 355 | 21 | 27 |
| Binary | 110001 | 110010 | 1000101 | 11101 | 11100 | 0 | 1001001 | 11101101 | 10001 | 10111 |
Color Harmonies of #313245
Complementary color
Monochromatic Colors of #313245
Black with #313245
Text Example
Text Example
White with #313245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313245; }
p { color: rgb(49,50,69); }
H1.HeaderClassName
{
color: #313245;
}
.AnyTagClassName
{
color: #313245;
}
</style>
background-color css
<style>
a { background-color: #313245; }
a { background-color: rgb(49,50,69); }
div.DivClassName
{
background-color: #313245;
}
.BgClassName
{
background-color: #313245;
}
</style>
border-color css
<style>
span { border-color: #313245; }
span { border-color: rgb(49,50,69); }
td.TdClassName
{
border-color: #313245;
}
.TagClassName
{
border-color: #313245;
}
</style>