Shades of Valhalla #31314A
Tints of Valhalla #31314A
RGB
CMYK
RGB Variations
Color information
#31314A (or 0x31314A) is known color: Valhalla. HEX triplet: 31, 31 and 4A. RGB value is (49,49,74). Sum of RGB (Red+Green+Blue) = 49+49+74=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #31314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31314A is #CECEB5. Grayscale: #333333. Windows color (decimal): -13553334 or 4862257. OLE color: 4862257.
HSL color Cylindrical-coordinate representation of color #31314A: hue angle of 240º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #31314A is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 49 | 74 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.71 |
| HSL | 240º | 0.2% | 0.24% | - |
| HSV(B) | 240º | 0.34% | 0.29% | - |
| XYZ | 3.6 | 3.34 | 6.93 | - |
| YUV | 51.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 74 | 0.34 | 0.34 | 0 | 0.71 | 240 | 0.2 | 0.24 |
| Hex | 31 | 31 | 4A | 22 | 22 | 0 | 47 | F0 | 14 | 18 |
| Octal | 61 | 61 | 112 | 42 | 42 | 0 | 107 | 360 | 24 | 30 |
| Binary | 110001 | 110001 | 1001010 | 100010 | 100010 | 0 | 1000111 | 11110000 | 10100 | 11000 |
Color Harmonies of #31314A
Complementary color
Monochromatic Colors of #31314A
Black with #31314A
Text Example
Text Example
White with #31314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31314A; }
p { color: rgb(49,49,74); }
H1.HeaderClassName
{
color: #31314A;
}
.AnyTagClassName
{
color: #31314A;
}
</style>
background-color css
<style>
a { background-color: #31314A; }
a { background-color: rgb(49,49,74); }
div.DivClassName
{
background-color: #31314A;
}
.BgClassName
{
background-color: #31314A;
}
</style>
border-color css
<style>
span { border-color: #31314A; }
span { border-color: rgb(49,49,74); }
td.TdClassName
{
border-color: #31314A;
}
.TagClassName
{
border-color: #31314A;
}
</style>