Shades of Valhalla #2E2D41
Tints of Valhalla #2E2D41
RGB
CMYK
RGB Variations
Color information
#2E2D41 (or 0x2E2D41) is known color: Valhalla. HEX triplet: 2E, 2D and 41. RGB value is (46,45,65). Sum of RGB (Red+Green+Blue) = 46+45+65=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E2D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D41 is #D1D2BE. Grayscale: #2F2F2F. Windows color (decimal): -13750975 or 4271406. OLE color: 4271406.
HSL color Cylindrical-coordinate representation of color #2E2D41: hue angle of 243º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E2D41 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 45 | 65 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.75 |
| HSL | 243º | 0.18% | 0.22% | - |
| HSV(B) | 243º | 0.31% | 0.25% | - |
| XYZ | 3.02 | 2.84 | 5.39 | - |
| YUV | 47.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 65 | 0.29 | 0.31 | 0 | 0.75 | 243 | 0.18 | 0.22 |
| Hex | 2E | 2D | 41 | 1D | 1F | 0 | 4B | F3 | 12 | 16 |
| Octal | 56 | 55 | 101 | 35 | 37 | 0 | 113 | 363 | 22 | 26 |
| Binary | 101110 | 101101 | 1000001 | 11101 | 11111 | 0 | 1001011 | 11110011 | 10010 | 10110 |
Color Harmonies of #2E2D41
Complementary color
Monochromatic Colors of #2E2D41
Black with #2E2D41
Text Example
Text Example
White with #2E2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D41; }
p { color: rgb(46,45,65); }
H1.HeaderClassName
{
color: #2E2D41;
}
.AnyTagClassName
{
color: #2E2D41;
}
</style>
background-color css
<style>
a { background-color: #2E2D41; }
a { background-color: rgb(46,45,65); }
div.DivClassName
{
background-color: #2E2D41;
}
.BgClassName
{
background-color: #2E2D41;
}
</style>
border-color css
<style>
span { border-color: #2E2D41; }
span { border-color: rgb(46,45,65); }
td.TdClassName
{
border-color: #2E2D41;
}
.TagClassName
{
border-color: #2E2D41;
}
</style>