Shades of Valhalla #252649
Tints of Valhalla #252649
RGB
CMYK
RGB Variations
Color information
#252649 (or 0x252649) is known color: Valhalla. HEX triplet: 25, 26 and 49. RGB value is (37,38,73). Sum of RGB (Red+Green+Blue) = 37+38+73=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #252649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252649 is #DAD9B6. Grayscale: #292929. Windows color (decimal): -14342583 or 4793893. OLE color: 4793893.
HSL color Cylindrical-coordinate representation of color #252649: hue angle of 238.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252649 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 38 | 73 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.71 |
| HSL | 238.33º | 0.33% | 0.22% | - |
| HSV(B) | 238.33º | 0.49% | 0.29% | - |
| XYZ | 2.66 | 2.26 | 6.6 | - |
| YUV | 41.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 73 | 0.49 | 0.48 | 0 | 0.71 | 238.33 | 0.33 | 0.22 |
| Hex | 25 | 26 | 49 | 31 | 30 | 0 | 47 | EE | 21 | 16 |
| Octal | 45 | 46 | 111 | 61 | 60 | 0 | 107 | 356 | 41 | 26 |
| Binary | 100101 | 100110 | 1001001 | 110001 | 110000 | 0 | 1000111 | 11101110 | 100001 | 10110 |
Color Harmonies of #252649
Complementary color
Monochromatic Colors of #252649
Black with #252649
Text Example
Text Example
White with #252649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252649; }
p { color: rgb(37,38,73); }
H1.HeaderClassName
{
color: #252649;
}
.AnyTagClassName
{
color: #252649;
}
</style>
background-color css
<style>
a { background-color: #252649; }
a { background-color: rgb(37,38,73); }
div.DivClassName
{
background-color: #252649;
}
.BgClassName
{
background-color: #252649;
}
</style>
border-color css
<style>
span { border-color: #252649; }
span { border-color: rgb(37,38,73); }
td.TdClassName
{
border-color: #252649;
}
.TagClassName
{
border-color: #252649;
}
</style>