Shades of Valhalla #252446
Tints of Valhalla #252446
RGB
CMYK
RGB Variations
Color information
#252446 (or 0x252446) is known color: Valhalla. HEX triplet: 25, 24 and 46. RGB value is (37,36,70). Sum of RGB (Red+Green+Blue) = 37+36+70=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #252446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252446 is #DADBB9. Grayscale: #282828. Windows color (decimal): -14343098 or 4596773. OLE color: 4596773.
HSL color Cylindrical-coordinate representation of color #252446: hue angle of 241.76º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252446 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 36 | 70 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.73 |
| HSL | 241.76º | 0.32% | 0.21% | - |
| HSV(B) | 241.76º | 0.49% | 0.27% | - |
| XYZ | 2.5 | 2.1 | 6.07 | - |
| YUV | 40.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 70 | 0.47 | 0.49 | 0 | 0.73 | 241.76 | 0.32 | 0.21 |
| Hex | 25 | 24 | 46 | 2F | 31 | 0 | 49 | F2 | 20 | 15 |
| Octal | 45 | 44 | 106 | 57 | 61 | 0 | 111 | 362 | 40 | 25 |
| Binary | 100101 | 100100 | 1000110 | 101111 | 110001 | 0 | 1001001 | 11110010 | 100000 | 10101 |
Color Harmonies of #252446
Complementary color
Monochromatic Colors of #252446
Black with #252446
Text Example
Text Example
White with #252446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252446; }
p { color: rgb(37,36,70); }
H1.HeaderClassName
{
color: #252446;
}
.AnyTagClassName
{
color: #252446;
}
</style>
background-color css
<style>
a { background-color: #252446; }
a { background-color: rgb(37,36,70); }
div.DivClassName
{
background-color: #252446;
}
.BgClassName
{
background-color: #252446;
}
</style>
border-color css
<style>
span { border-color: #252446; }
span { border-color: rgb(37,36,70); }
td.TdClassName
{
border-color: #252446;
}
.TagClassName
{
border-color: #252446;
}
</style>