Shades of Valhalla #242539
Tints of Valhalla #242539
RGB
CMYK
RGB Variations
Color information
#242539 (or 0x242539) is known color: Valhalla. HEX triplet: 24, 25 and 39. RGB value is (36,37,57). Sum of RGB (Red+Green+Blue) = 36+37+57=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #242539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242539 is #DBDAC6. Grayscale: #262626. Windows color (decimal): -14408391 or 3745060. OLE color: 3745060.
HSL color Cylindrical-coordinate representation of color #242539: hue angle of 237.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #242539 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 37 | 57 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.78 |
| HSL | 237.14º | 0.23% | 0.18% | - |
| HSV(B) | 237.14º | 0.37% | 0.22% | - |
| XYZ | 2.13 | 1.99 | 4.14 | - |
| YUV | 38.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 57 | 0.37 | 0.35 | 0 | 0.78 | 237.14 | 0.23 | 0.18 |
| Hex | 24 | 25 | 39 | 25 | 23 | 0 | 4E | ED | 17 | 12 |
| Octal | 44 | 45 | 71 | 45 | 43 | 0 | 116 | 355 | 27 | 22 |
| Binary | 100100 | 100101 | 111001 | 100101 | 100011 | 0 | 1001110 | 11101101 | 10111 | 10010 |
Color Harmonies of #242539
Complementary color
Monochromatic Colors of #242539
Black with #242539
Text Example
Text Example
White with #242539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242539; }
p { color: rgb(36,37,57); }
H1.HeaderClassName
{
color: #242539;
}
.AnyTagClassName
{
color: #242539;
}
</style>
background-color css
<style>
a { background-color: #242539; }
a { background-color: rgb(36,37,57); }
div.DivClassName
{
background-color: #242539;
}
.BgClassName
{
background-color: #242539;
}
</style>
border-color css
<style>
span { border-color: #242539; }
span { border-color: rgb(36,37,57); }
td.TdClassName
{
border-color: #242539;
}
.TagClassName
{
border-color: #242539;
}
</style>