Shades of Valhalla #252444
Tints of Valhalla #252444
RGB
CMYK
RGB Variations
Color information
#252444 (or 0x252444) is known color: Valhalla. HEX triplet: 25, 24 and 44. RGB value is (37,36,68). Sum of RGB (Red+Green+Blue) = 37+36+68=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #252444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252444 is #DADBBB. Grayscale: #272727. Windows color (decimal): -14343100 or 4465701. OLE color: 4465701.
HSL color Cylindrical-coordinate representation of color #252444: hue angle of 241.88º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #252444 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 36 | 68 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.73 |
| HSL | 241.88º | 0.31% | 0.2% | - |
| HSV(B) | 241.88º | 0.47% | 0.27% | - |
| XYZ | 2.44 | 2.07 | 5.74 | - |
| YUV | 39.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 68 | 0.46 | 0.47 | 0 | 0.73 | 241.88 | 0.31 | 0.2 |
| Hex | 25 | 24 | 44 | 2E | 2F | 0 | 49 | F2 | 1F | 14 |
| Octal | 45 | 44 | 104 | 56 | 57 | 0 | 111 | 362 | 37 | 24 |
| Binary | 100101 | 100100 | 1000100 | 101110 | 101111 | 0 | 1001001 | 11110010 | 11111 | 10100 |
Color Harmonies of #252444
Complementary color
Monochromatic Colors of #252444
Black with #252444
Text Example
Text Example
White with #252444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252444; }
p { color: rgb(37,36,68); }
H1.HeaderClassName
{
color: #252444;
}
.AnyTagClassName
{
color: #252444;
}
</style>
background-color css
<style>
a { background-color: #252444; }
a { background-color: rgb(37,36,68); }
div.DivClassName
{
background-color: #252444;
}
.BgClassName
{
background-color: #252444;
}
</style>
border-color css
<style>
span { border-color: #252444; }
span { border-color: rgb(37,36,68); }
td.TdClassName
{
border-color: #252444;
}
.TagClassName
{
border-color: #252444;
}
</style>