Shades of Valhalla #25253E
Tints of Valhalla #25253E
RGB
CMYK
RGB Variations
Color information
#25253E (or 0x25253E) is known color: Valhalla. HEX triplet: 25, 25 and 3E. RGB value is (37,37,62). Sum of RGB (Red+Green+Blue) = 37+37+62=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #25253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25253E is #DADAC1. Grayscale: #272727. Windows color (decimal): -14342850 or 4072741. OLE color: 4072741.
HSL color Cylindrical-coordinate representation of color #25253E: hue angle of 240º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25253E is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 37 | 62 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.76 |
| HSL | 240º | 0.25% | 0.19% | - |
| HSV(B) | 240º | 0.4% | 0.24% | - |
| XYZ | 2.29 | 2.06 | 4.83 | - |
| YUV | 39.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 62 | 0.40 | 0.40 | 0 | 0.76 | 240 | 0.25 | 0.19 |
| Hex | 25 | 25 | 3E | 28 | 28 | 0 | 4C | F0 | 19 | 13 |
| Octal | 45 | 45 | 76 | 50 | 50 | 0 | 114 | 360 | 31 | 23 |
| Binary | 100101 | 100101 | 111110 | 101000 | 101000 | 0 | 1001100 | 11110000 | 11001 | 10011 |
Color Harmonies of #25253E
Complementary color
Monochromatic Colors of #25253E
Black with #25253E
Text Example
Text Example
White with #25253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25253E; }
p { color: rgb(37,37,62); }
H1.HeaderClassName
{
color: #25253E;
}
.AnyTagClassName
{
color: #25253E;
}
</style>
background-color css
<style>
a { background-color: #25253E; }
a { background-color: rgb(37,37,62); }
div.DivClassName
{
background-color: #25253E;
}
.BgClassName
{
background-color: #25253E;
}
</style>
border-color css
<style>
span { border-color: #25253E; }
span { border-color: rgb(37,37,62); }
td.TdClassName
{
border-color: #25253E;
}
.TagClassName
{
border-color: #25253E;
}
</style>