Shades of Valhalla #252747
Tints of Valhalla #252747
RGB
CMYK
RGB Variations
Color information
#252747 (or 0x252747) is known color: Valhalla. HEX triplet: 25, 27 and 47. RGB value is (37,39,71). Sum of RGB (Red+Green+Blue) = 37+39+71=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #252747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252747 is #DAD8B8. Grayscale: #292929. Windows color (decimal): -14342329 or 4663077. OLE color: 4663077.
HSL color Cylindrical-coordinate representation of color #252747: hue angle of 236.47º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #252747 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 39 | 71 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.72 |
| HSL | 236.47º | 0.31% | 0.21% | - |
| HSV(B) | 236.47º | 0.48% | 0.28% | - |
| XYZ | 2.63 | 2.3 | 6.27 | - |
| YUV | 42.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 71 | 0.48 | 0.45 | 0 | 0.72 | 236.47 | 0.31 | 0.21 |
| Hex | 25 | 27 | 47 | 30 | 2D | 0 | 48 | EC | 1F | 15 |
| Octal | 45 | 47 | 107 | 60 | 55 | 0 | 110 | 354 | 37 | 25 |
| Binary | 100101 | 100111 | 1000111 | 110000 | 101101 | 0 | 1001000 | 11101100 | 11111 | 10101 |
Color Harmonies of #252747
Complementary color
Monochromatic Colors of #252747
Black with #252747
Text Example
Text Example
White with #252747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252747; }
p { color: rgb(37,39,71); }
H1.HeaderClassName
{
color: #252747;
}
.AnyTagClassName
{
color: #252747;
}
</style>
background-color css
<style>
a { background-color: #252747; }
a { background-color: rgb(37,39,71); }
div.DivClassName
{
background-color: #252747;
}
.BgClassName
{
background-color: #252747;
}
</style>
border-color css
<style>
span { border-color: #252747; }
span { border-color: rgb(37,39,71); }
td.TdClassName
{
border-color: #252747;
}
.TagClassName
{
border-color: #252747;
}
</style>