Shades of Valhalla #242240
Tints of Valhalla #242240
RGB
CMYK
RGB Variations
Color information
#242240 (or 0x242240) is known color: Valhalla. HEX triplet: 24, 22 and 40. RGB value is (36,34,64). Sum of RGB (Red+Green+Blue) = 36+34+64=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #242240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242240 is #DBDDBF. Grayscale: #252525. Windows color (decimal): -14409152 or 4203044. OLE color: 4203044.
HSL color Cylindrical-coordinate representation of color #242240: hue angle of 244º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #242240 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 34 | 64 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.75 |
| HSL | 244º | 0.31% | 0.19% | - |
| HSV(B) | 244º | 0.47% | 0.25% | - |
| XYZ | 2.22 | 1.89 | 5.1 | - |
| YUV | 38.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 64 | 0.44 | 0.47 | 0 | 0.75 | 244 | 0.31 | 0.19 |
| Hex | 24 | 22 | 40 | 2C | 2F | 0 | 4B | F4 | 1F | 13 |
| Octal | 44 | 42 | 100 | 54 | 57 | 0 | 113 | 364 | 37 | 23 |
| Binary | 100100 | 100010 | 1000000 | 101100 | 101111 | 0 | 1001011 | 11110100 | 11111 | 10011 |
Color Harmonies of #242240
Complementary color
Monochromatic Colors of #242240
Black with #242240
Text Example
Text Example
White with #242240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242240; }
p { color: rgb(36,34,64); }
H1.HeaderClassName
{
color: #242240;
}
.AnyTagClassName
{
color: #242240;
}
</style>
background-color css
<style>
a { background-color: #242240; }
a { background-color: rgb(36,34,64); }
div.DivClassName
{
background-color: #242240;
}
.BgClassName
{
background-color: #242240;
}
</style>
border-color css
<style>
span { border-color: #242240; }
span { border-color: rgb(36,34,64); }
td.TdClassName
{
border-color: #242240;
}
.TagClassName
{
border-color: #242240;
}
</style>