Shades of Valhalla #2B293F
Tints of Valhalla #2B293F
RGB
CMYK
RGB Variations
Color information
#2B293F (or 0x2B293F) is known color: Valhalla. HEX triplet: 2B, 29 and 3F. RGB value is (43,41,63). Sum of RGB (Red+Green+Blue) = 43+41+63=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B293F is #D4D6C0. Grayscale: #2C2C2C. Windows color (decimal): -13948609 or 4139307. OLE color: 4139307.
HSL color Cylindrical-coordinate representation of color #2B293F: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B293F is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 41 | 63 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.75 |
| HSL | 245.45º | 0.21% | 0.2% | - |
| HSV(B) | 245.45º | 0.35% | 0.25% | - |
| XYZ | 2.69 | 2.46 | 5.04 | - |
| YUV | 44.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 63 | 0.32 | 0.35 | 0 | 0.75 | 245.45 | 0.21 | 0.2 |
| Hex | 2B | 29 | 3F | 20 | 23 | 0 | 4B | F5 | 15 | 14 |
| Octal | 53 | 51 | 77 | 40 | 43 | 0 | 113 | 365 | 25 | 24 |
| Binary | 101011 | 101001 | 111111 | 100000 | 100011 | 0 | 1001011 | 11110101 | 10101 | 10100 |
Color Harmonies of #2B293F
Complementary color
Monochromatic Colors of #2B293F
Black with #2B293F
Text Example
Text Example
White with #2B293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B293F; }
p { color: rgb(43,41,63); }
H1.HeaderClassName
{
color: #2B293F;
}
.AnyTagClassName
{
color: #2B293F;
}
</style>
background-color css
<style>
a { background-color: #2B293F; }
a { background-color: rgb(43,41,63); }
div.DivClassName
{
background-color: #2B293F;
}
.BgClassName
{
background-color: #2B293F;
}
</style>
border-color css
<style>
span { border-color: #2B293F; }
span { border-color: rgb(43,41,63); }
td.TdClassName
{
border-color: #2B293F;
}
.TagClassName
{
border-color: #2B293F;
}
</style>