Shades of Valhalla #31304B
Tints of Valhalla #31304B
RGB
CMYK
RGB Variations
Color information
#31304B (or 0x31304B) is known color: Valhalla. HEX triplet: 31, 30 and 4B. RGB value is (49,48,75). Sum of RGB (Red+Green+Blue) = 49+48+75=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #31304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31304B is #CECFB4. Grayscale: #333333. Windows color (decimal): -13553589 or 4927537. OLE color: 4927537.
HSL color Cylindrical-coordinate representation of color #31304B: hue angle of 242.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31304B is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 48 | 75 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.71 |
| HSL | 242.22º | 0.22% | 0.24% | - |
| HSV(B) | 242.22º | 0.36% | 0.29% | - |
| XYZ | 3.59 | 3.27 | 7.1 | - |
| YUV | 51.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 75 | 0.35 | 0.36 | 0 | 0.71 | 242.22 | 0.22 | 0.24 |
| Hex | 31 | 30 | 4B | 23 | 24 | 0 | 47 | F2 | 16 | 18 |
| Octal | 61 | 60 | 113 | 43 | 44 | 0 | 107 | 362 | 26 | 30 |
| Binary | 110001 | 110000 | 1001011 | 100011 | 100100 | 0 | 1000111 | 11110010 | 10110 | 11000 |
Color Harmonies of #31304B
Complementary color
Monochromatic Colors of #31304B
Black with #31304B
Text Example
Text Example
White with #31304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31304B; }
p { color: rgb(49,48,75); }
H1.HeaderClassName
{
color: #31304B;
}
.AnyTagClassName
{
color: #31304B;
}
</style>
background-color css
<style>
a { background-color: #31304B; }
a { background-color: rgb(49,48,75); }
div.DivClassName
{
background-color: #31304B;
}
.BgClassName
{
background-color: #31304B;
}
</style>
border-color css
<style>
span { border-color: #31304B; }
span { border-color: rgb(49,48,75); }
td.TdClassName
{
border-color: #31304B;
}
.TagClassName
{
border-color: #31304B;
}
</style>