Shades of Valhalla #242140
Tints of Valhalla #242140
RGB
CMYK
RGB Variations
Color information
#242140 (or 0x242140) is known color: Valhalla. HEX triplet: 24, 21 and 40. RGB value is (36,33,64). Sum of RGB (Red+Green+Blue) = 36+33+64=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #242140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242140 is #DBDEBF. Grayscale: #252525. Windows color (decimal): -14409408 or 4202788. OLE color: 4202788.
HSL color Cylindrical-coordinate representation of color #242140: hue angle of 245.81º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #242140 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 33 | 64 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.75 |
| HSL | 245.81º | 0.32% | 0.19% | - |
| HSV(B) | 245.81º | 0.48% | 0.25% | - |
| XYZ | 2.2 | 1.83 | 5.09 | - |
| YUV | 37.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 64 | 0.44 | 0.48 | 0 | 0.75 | 245.81 | 0.32 | 0.19 |
| Hex | 24 | 21 | 40 | 2C | 30 | 0 | 4B | F6 | 20 | 13 |
| Octal | 44 | 41 | 100 | 54 | 60 | 0 | 113 | 366 | 40 | 23 |
| Binary | 100100 | 100001 | 1000000 | 101100 | 110000 | 0 | 1001011 | 11110110 | 100000 | 10011 |
Color Harmonies of #242140
Complementary color
Monochromatic Colors of #242140
Black with #242140
Text Example
Text Example
White with #242140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242140; }
p { color: rgb(36,33,64); }
H1.HeaderClassName
{
color: #242140;
}
.AnyTagClassName
{
color: #242140;
}
</style>
background-color css
<style>
a { background-color: #242140; }
a { background-color: rgb(36,33,64); }
div.DivClassName
{
background-color: #242140;
}
.BgClassName
{
background-color: #242140;
}
</style>
border-color css
<style>
span { border-color: #242140; }
span { border-color: rgb(36,33,64); }
td.TdClassName
{
border-color: #242140;
}
.TagClassName
{
border-color: #242140;
}
</style>