Shades of Valhalla #242242
Tints of Valhalla #242242
RGB
CMYK
RGB Variations
Color information
#242242 (or 0x242242) is known color: Valhalla. HEX triplet: 24, 22 and 42. RGB value is (36,34,66). Sum of RGB (Red+Green+Blue) = 36+34+66=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #242242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242242 is #DBDDBD. Grayscale: #262626. Windows color (decimal): -14409150 or 4334116. OLE color: 4334116.
HSL color Cylindrical-coordinate representation of color #242242: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #242242 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 34 | 66 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.74 |
| HSL | 243.75º | 0.32% | 0.2% | - |
| HSV(B) | 243.75º | 0.48% | 0.26% | - |
| XYZ | 2.28 | 1.91 | 5.4 | - |
| YUV | 38.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 66 | 0.45 | 0.48 | 0 | 0.74 | 243.75 | 0.32 | 0.2 |
| Hex | 24 | 22 | 42 | 2D | 30 | 0 | 4A | F4 | 20 | 14 |
| Octal | 44 | 42 | 102 | 55 | 60 | 0 | 112 | 364 | 40 | 24 |
| Binary | 100100 | 100010 | 1000010 | 101101 | 110000 | 0 | 1001010 | 11110100 | 100000 | 10100 |
Color Harmonies of #242242
Complementary color
Monochromatic Colors of #242242
Black with #242242
Text Example
Text Example
White with #242242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242242; }
p { color: rgb(36,34,66); }
H1.HeaderClassName
{
color: #242242;
}
.AnyTagClassName
{
color: #242242;
}
</style>
background-color css
<style>
a { background-color: #242242; }
a { background-color: rgb(36,34,66); }
div.DivClassName
{
background-color: #242242;
}
.BgClassName
{
background-color: #242242;
}
</style>
border-color css
<style>
span { border-color: #242242; }
span { border-color: rgb(36,34,66); }
td.TdClassName
{
border-color: #242242;
}
.TagClassName
{
border-color: #242242;
}
</style>