Shades of Valhalla #242747
Tints of Valhalla #242747
RGB
CMYK
RGB Variations
Color information
#242747 (or 0x242747) is known color: Valhalla. HEX triplet: 24, 27 and 47. RGB value is (36,39,71). Sum of RGB (Red+Green+Blue) = 36+39+71=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #242747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242747 is #DBD8B8. Grayscale: #292929. Windows color (decimal): -14407865 or 4663076. OLE color: 4663076.
HSL color Cylindrical-coordinate representation of color #242747: hue angle of 234.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242747 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 39 | 71 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.72 |
| HSL | 234.86º | 0.33% | 0.21% | - |
| HSV(B) | 234.86º | 0.49% | 0.28% | - |
| XYZ | 2.59 | 2.28 | 6.26 | - |
| YUV | 41.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 71 | 0.49 | 0.45 | 0 | 0.72 | 234.86 | 0.33 | 0.21 |
| Hex | 24 | 27 | 47 | 31 | 2D | 0 | 48 | EB | 21 | 15 |
| Octal | 44 | 47 | 107 | 61 | 55 | 0 | 110 | 353 | 41 | 25 |
| Binary | 100100 | 100111 | 1000111 | 110001 | 101101 | 0 | 1001000 | 11101011 | 100001 | 10101 |
Color Harmonies of #242747
Complementary color
Monochromatic Colors of #242747
Black with #242747
Text Example
Text Example
White with #242747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242747; }
p { color: rgb(36,39,71); }
H1.HeaderClassName
{
color: #242747;
}
.AnyTagClassName
{
color: #242747;
}
</style>
background-color css
<style>
a { background-color: #242747; }
a { background-color: rgb(36,39,71); }
div.DivClassName
{
background-color: #242747;
}
.BgClassName
{
background-color: #242747;
}
</style>
border-color css
<style>
span { border-color: #242747; }
span { border-color: rgb(36,39,71); }
td.TdClassName
{
border-color: #242747;
}
.TagClassName
{
border-color: #242747;
}
</style>