Shades of Valhalla #242742
Tints of Valhalla #242742
RGB
CMYK
RGB Variations
Color information
#242742 (or 0x242742) is known color: Valhalla. HEX triplet: 24, 27 and 42. RGB value is (36,39,66). Sum of RGB (Red+Green+Blue) = 36+39+66=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #242742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242742 is #DBD8BD. Grayscale: #292929. Windows color (decimal): -14407870 or 4335396. OLE color: 4335396.
HSL color Cylindrical-coordinate representation of color #242742: hue angle of 234º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #242742 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 39 | 66 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.74 |
| HSL | 234º | 0.29% | 0.2% | - |
| HSV(B) | 234º | 0.45% | 0.26% | - |
| XYZ | 2.44 | 2.22 | 5.45 | - |
| YUV | 41.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 66 | 0.45 | 0.41 | 0 | 0.74 | 234 | 0.29 | 0.2 |
| Hex | 24 | 27 | 42 | 2D | 29 | 0 | 4A | EA | 1D | 14 |
| Octal | 44 | 47 | 102 | 55 | 51 | 0 | 112 | 352 | 35 | 24 |
| Binary | 100100 | 100111 | 1000010 | 101101 | 101001 | 0 | 1001010 | 11101010 | 11101 | 10100 |
Color Harmonies of #242742
Complementary color
Monochromatic Colors of #242742
Black with #242742
Text Example
Text Example
White with #242742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242742; }
p { color: rgb(36,39,66); }
H1.HeaderClassName
{
color: #242742;
}
.AnyTagClassName
{
color: #242742;
}
</style>
background-color css
<style>
a { background-color: #242742; }
a { background-color: rgb(36,39,66); }
div.DivClassName
{
background-color: #242742;
}
.BgClassName
{
background-color: #242742;
}
</style>
border-color css
<style>
span { border-color: #242742; }
span { border-color: rgb(36,39,66); }
td.TdClassName
{
border-color: #242742;
}
.TagClassName
{
border-color: #242742;
}
</style>