Shades of Valhalla #292A40
Tints of Valhalla #292A40
RGB
CMYK
RGB Variations
Color information
#292A40 (or 0x292A40) is known color: Valhalla. HEX triplet: 29, 2A and 40. RGB value is (41,42,64). Sum of RGB (Red+Green+Blue) = 41+42+64=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #292A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A40 is #D6D5BF. Grayscale: #2C2C2C. Windows color (decimal): -14079424 or 4205097. OLE color: 4205097.
HSL color Cylindrical-coordinate representation of color #292A40: hue angle of 237.39º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #292A40 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 42 | 64 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.75 |
| HSL | 237.39º | 0.22% | 0.21% | - |
| HSV(B) | 237.39º | 0.36% | 0.25% | - |
| XYZ | 2.67 | 2.5 | 5.19 | - |
| YUV | 44.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 42 | 64 | 0.36 | 0.34 | 0 | 0.75 | 237.39 | 0.22 | 0.21 |
| Hex | 29 | 2A | 40 | 24 | 22 | 0 | 4B | ED | 16 | 15 |
| Octal | 51 | 52 | 100 | 44 | 42 | 0 | 113 | 355 | 26 | 25 |
| Binary | 101001 | 101010 | 1000000 | 100100 | 100010 | 0 | 1001011 | 11101101 | 10110 | 10101 |
Color Harmonies of #292A40
Complementary color
Monochromatic Colors of #292A40
Black with #292A40
Text Example
Text Example
White with #292A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292A40; }
p { color: rgb(41,42,64); }
H1.HeaderClassName
{
color: #292A40;
}
.AnyTagClassName
{
color: #292A40;
}
</style>
background-color css
<style>
a { background-color: #292A40; }
a { background-color: rgb(41,42,64); }
div.DivClassName
{
background-color: #292A40;
}
.BgClassName
{
background-color: #292A40;
}
</style>
border-color css
<style>
span { border-color: #292A40; }
span { border-color: rgb(41,42,64); }
td.TdClassName
{
border-color: #292A40;
}
.TagClassName
{
border-color: #292A40;
}
</style>