Shades of Valhalla #242446
Tints of Valhalla #242446
RGB
CMYK
RGB Variations
Color information
#242446 (or 0x242446) is known color: Valhalla. HEX triplet: 24, 24 and 46. RGB value is (36,36,70). Sum of RGB (Red+Green+Blue) = 36+36+70=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #242446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242446 is #DBDBB9. Grayscale: #272727. Windows color (decimal): -14408634 or 4596772. OLE color: 4596772.
HSL color Cylindrical-coordinate representation of color #242446: hue angle of 240º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242446 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 36 | 70 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.73 |
| HSL | 240º | 0.32% | 0.21% | - |
| HSV(B) | 240º | 0.49% | 0.27% | - |
| XYZ | 2.46 | 2.08 | 6.07 | - |
| YUV | 39.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 70 | 0.49 | 0.49 | 0 | 0.73 | 240 | 0.32 | 0.21 |
| Hex | 24 | 24 | 46 | 31 | 31 | 0 | 49 | F0 | 20 | 15 |
| Octal | 44 | 44 | 106 | 61 | 61 | 0 | 111 | 360 | 40 | 25 |
| Binary | 100100 | 100100 | 1000110 | 110001 | 110001 | 0 | 1001001 | 11110000 | 100000 | 10101 |
Color Harmonies of #242446
Complementary color
Monochromatic Colors of #242446
Black with #242446
Text Example
Text Example
White with #242446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242446; }
p { color: rgb(36,36,70); }
H1.HeaderClassName
{
color: #242446;
}
.AnyTagClassName
{
color: #242446;
}
</style>
background-color css
<style>
a { background-color: #242446; }
a { background-color: rgb(36,36,70); }
div.DivClassName
{
background-color: #242446;
}
.BgClassName
{
background-color: #242446;
}
</style>
border-color css
<style>
span { border-color: #242446; }
span { border-color: rgb(36,36,70); }
td.TdClassName
{
border-color: #242446;
}
.TagClassName
{
border-color: #242446;
}
</style>