Shades of Valhalla #2A2941
Tints of Valhalla #2A2941
RGB
CMYK
RGB Variations
Color information
#2A2941 (or 0x2A2941) is known color: Valhalla. HEX triplet: 2A, 29 and 41. RGB value is (42,41,65). Sum of RGB (Red+Green+Blue) = 42+41+65=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A2941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2941 is #D5D6BE. Grayscale: #2B2B2B. Windows color (decimal): -14014143 or 4270378. OLE color: 4270378.
HSL color Cylindrical-coordinate representation of color #2A2941: hue angle of 242.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A2941 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 41 | 65 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.75 |
| HSL | 242.5º | 0.23% | 0.21% | - |
| HSV(B) | 242.5º | 0.37% | 0.25% | - |
| XYZ | 2.7 | 2.46 | 5.33 | - |
| YUV | 44.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 65 | 0.35 | 0.37 | 0 | 0.75 | 242.5 | 0.23 | 0.21 |
| Hex | 2A | 29 | 41 | 23 | 25 | 0 | 4B | F2 | 17 | 15 |
| Octal | 52 | 51 | 101 | 43 | 45 | 0 | 113 | 362 | 27 | 25 |
| Binary | 101010 | 101001 | 1000001 | 100011 | 100101 | 0 | 1001011 | 11110010 | 10111 | 10101 |
Color Harmonies of #2A2941
Complementary color
Monochromatic Colors of #2A2941
Black with #2A2941
Text Example
Text Example
White with #2A2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2941; }
p { color: rgb(42,41,65); }
H1.HeaderClassName
{
color: #2A2941;
}
.AnyTagClassName
{
color: #2A2941;
}
</style>
background-color css
<style>
a { background-color: #2A2941; }
a { background-color: rgb(42,41,65); }
div.DivClassName
{
background-color: #2A2941;
}
.BgClassName
{
background-color: #2A2941;
}
</style>
border-color css
<style>
span { border-color: #2A2941; }
span { border-color: rgb(42,41,65); }
td.TdClassName
{
border-color: #2A2941;
}
.TagClassName
{
border-color: #2A2941;
}
</style>