Shades of Valhalla #2F3043
Tints of Valhalla #2F3043
RGB
CMYK
RGB Variations
Color information
#2F3043 (or 0x2F3043) is known color: Valhalla. HEX triplet: 2F, 30 and 43. RGB value is (47,48,67). Sum of RGB (Red+Green+Blue) = 47+48+67=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #2F3043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3043 is #D0CFBC. Grayscale: #313131. Windows color (decimal): -13684669 or 4403247. OLE color: 4403247.
HSL color Cylindrical-coordinate representation of color #2F3043: hue angle of 237º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F3043 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 48 | 67 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.74 |
| HSL | 237º | 0.18% | 0.22% | - |
| HSV(B) | 237º | 0.3% | 0.26% | - |
| XYZ | 3.24 | 3.12 | 5.74 | - |
| YUV | 49.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 67 | 0.30 | 0.28 | 0 | 0.74 | 237 | 0.18 | 0.22 |
| Hex | 2F | 30 | 43 | 1E | 1C | 0 | 4A | ED | 12 | 16 |
| Octal | 57 | 60 | 103 | 36 | 34 | 0 | 112 | 355 | 22 | 26 |
| Binary | 101111 | 110000 | 1000011 | 11110 | 11100 | 0 | 1001010 | 11101101 | 10010 | 10110 |
Color Harmonies of #2F3043
Complementary color
Monochromatic Colors of #2F3043
Black with #2F3043
Text Example
Text Example
White with #2F3043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3043; }
p { color: rgb(47,48,67); }
H1.HeaderClassName
{
color: #2F3043;
}
.AnyTagClassName
{
color: #2F3043;
}
</style>
background-color css
<style>
a { background-color: #2F3043; }
a { background-color: rgb(47,48,67); }
div.DivClassName
{
background-color: #2F3043;
}
.BgClassName
{
background-color: #2F3043;
}
</style>
border-color css
<style>
span { border-color: #2F3043; }
span { border-color: rgb(47,48,67); }
td.TdClassName
{
border-color: #2F3043;
}
.TagClassName
{
border-color: #2F3043;
}
</style>