Shades of Valhalla #25253B
Tints of Valhalla #25253B
RGB
CMYK
RGB Variations
Color information
#25253B (or 0x25253B) is known color: Valhalla. HEX triplet: 25, 25 and 3B. RGB value is (37,37,59). Sum of RGB (Red+Green+Blue) = 37+37+59=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 59 - color contains mainly: blue. Hex color #25253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25253B is #DADAC4. Grayscale: #272727. Windows color (decimal): -14342853 or 3876133. OLE color: 3876133.
HSL color Cylindrical-coordinate representation of color #25253B: hue angle of 240º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25253B is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 37 | 59 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.77 |
| HSL | 240º | 0.23% | 0.19% | - |
| HSV(B) | 240º | 0.37% | 0.23% | - |
| XYZ | 2.21 | 2.03 | 4.41 | - |
| YUV | 39.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 59 | 0.37 | 0.37 | 0 | 0.77 | 240 | 0.23 | 0.19 |
| Hex | 25 | 25 | 3B | 25 | 25 | 0 | 4D | F0 | 17 | 13 |
| Octal | 45 | 45 | 73 | 45 | 45 | 0 | 115 | 360 | 27 | 23 |
| Binary | 100101 | 100101 | 111011 | 100101 | 100101 | 0 | 1001101 | 11110000 | 10111 | 10011 |
Color Harmonies of #25253B
Complementary color
Monochromatic Colors of #25253B
Black with #25253B
Text Example
Text Example
White with #25253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25253B; }
p { color: rgb(37,37,59); }
H1.HeaderClassName
{
color: #25253B;
}
.AnyTagClassName
{
color: #25253B;
}
</style>
background-color css
<style>
a { background-color: #25253B; }
a { background-color: rgb(37,37,59); }
div.DivClassName
{
background-color: #25253B;
}
.BgClassName
{
background-color: #25253B;
}
</style>
border-color css
<style>
span { border-color: #25253B; }
span { border-color: rgb(37,37,59); }
td.TdClassName
{
border-color: #25253B;
}
.TagClassName
{
border-color: #25253B;
}
</style>