Shades of Valhalla #242844
Tints of Valhalla #242844
RGB
CMYK
RGB Variations
Color information
#242844 (or 0x242844) is known color: Valhalla. HEX triplet: 24, 28 and 44. RGB value is (36,40,68). Sum of RGB (Red+Green+Blue) = 36+40+68=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #242844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242844 is #DBD7BB. Grayscale: #292929. Windows color (decimal): -14407612 or 4466724. OLE color: 4466724.
HSL color Cylindrical-coordinate representation of color #242844: hue angle of 232.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #242844 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 40 | 68 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.73 |
| HSL | 232.5º | 0.31% | 0.2% | - |
| HSV(B) | 232.5º | 0.47% | 0.27% | - |
| XYZ | 2.53 | 2.31 | 5.78 | - |
| YUV | 42 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 68 | 0.47 | 0.41 | 0 | 0.73 | 232.5 | 0.31 | 0.2 |
| Hex | 24 | 28 | 44 | 2F | 29 | 0 | 49 | E8 | 1F | 14 |
| Octal | 44 | 50 | 104 | 57 | 51 | 0 | 111 | 350 | 37 | 24 |
| Binary | 100100 | 101000 | 1000100 | 101111 | 101001 | 0 | 1001001 | 11101000 | 11111 | 10100 |
Color Harmonies of #242844
Complementary color
Monochromatic Colors of #242844
Black with #242844
Text Example
Text Example
White with #242844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242844; }
p { color: rgb(36,40,68); }
H1.HeaderClassName
{
color: #242844;
}
.AnyTagClassName
{
color: #242844;
}
</style>
background-color css
<style>
a { background-color: #242844; }
a { background-color: rgb(36,40,68); }
div.DivClassName
{
background-color: #242844;
}
.BgClassName
{
background-color: #242844;
}
</style>
border-color css
<style>
span { border-color: #242844; }
span { border-color: rgb(36,40,68); }
td.TdClassName
{
border-color: #242844;
}
.TagClassName
{
border-color: #242844;
}
</style>