Shades of Valhalla #2B2B48
Tints of Valhalla #2B2B48
RGB
CMYK
RGB Variations
Color information
#2B2B48 (or 0x2B2B48) is known color: Valhalla. HEX triplet: 2B, 2B and 48. RGB value is (43,43,72). Sum of RGB (Red+Green+Blue) = 43+43+72=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B2B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2B48 is #D4D4B7. Grayscale: #2E2E2E. Windows color (decimal): -13948088 or 4729643. OLE color: 4729643.
HSL color Cylindrical-coordinate representation of color #2B2B48: hue angle of 240º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B2B48 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 43 | 72 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.72 |
| HSL | 240º | 0.25% | 0.23% | - |
| HSV(B) | 240º | 0.4% | 0.28% | - |
| XYZ | 3.03 | 2.71 | 6.49 | - |
| YUV | 46.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 72 | 0.40 | 0.40 | 0 | 0.72 | 240 | 0.25 | 0.23 |
| Hex | 2B | 2B | 48 | 28 | 28 | 0 | 48 | F0 | 19 | 17 |
| Octal | 53 | 53 | 110 | 50 | 50 | 0 | 110 | 360 | 31 | 27 |
| Binary | 101011 | 101011 | 1001000 | 101000 | 101000 | 0 | 1001000 | 11110000 | 11001 | 10111 |
Color Harmonies of #2B2B48
Complementary color
Monochromatic Colors of #2B2B48
Black with #2B2B48
Text Example
Text Example
White with #2B2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B48; }
p { color: rgb(43,43,72); }
H1.HeaderClassName
{
color: #2B2B48;
}
.AnyTagClassName
{
color: #2B2B48;
}
</style>
background-color css
<style>
a { background-color: #2B2B48; }
a { background-color: rgb(43,43,72); }
div.DivClassName
{
background-color: #2B2B48;
}
.BgClassName
{
background-color: #2B2B48;
}
</style>
border-color css
<style>
span { border-color: #2B2B48; }
span { border-color: rgb(43,43,72); }
td.TdClassName
{
border-color: #2B2B48;
}
.TagClassName
{
border-color: #2B2B48;
}
</style>