Shades of Valhalla #25263D
Tints of Valhalla #25263D
RGB
CMYK
RGB Variations
Color information
#25263D (or 0x25263D) is known color: Valhalla. HEX triplet: 25, 26 and 3D. RGB value is (37,38,61). Sum of RGB (Red+Green+Blue) = 37+38+61=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #25263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25263D is #DAD9C2. Grayscale: #282828. Windows color (decimal): -14342595 or 4007461. OLE color: 4007461.
HSL color Cylindrical-coordinate representation of color #25263D: hue angle of 237.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25263D is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 38 | 61 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.76 |
| HSL | 237.5º | 0.24% | 0.19% | - |
| HSV(B) | 237.5º | 0.39% | 0.24% | - |
| XYZ | 2.3 | 2.12 | 4.7 | - |
| YUV | 40.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 61 | 0.39 | 0.38 | 0 | 0.76 | 237.5 | 0.24 | 0.19 |
| Hex | 25 | 26 | 3D | 27 | 26 | 0 | 4C | EE | 18 | 13 |
| Octal | 45 | 46 | 75 | 47 | 46 | 0 | 114 | 356 | 30 | 23 |
| Binary | 100101 | 100110 | 111101 | 100111 | 100110 | 0 | 1001100 | 11101110 | 11000 | 10011 |
Color Harmonies of #25263D
Complementary color
Monochromatic Colors of #25263D
Black with #25263D
Text Example
Text Example
White with #25263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25263D; }
p { color: rgb(37,38,61); }
H1.HeaderClassName
{
color: #25263D;
}
.AnyTagClassName
{
color: #25263D;
}
</style>
background-color css
<style>
a { background-color: #25263D; }
a { background-color: rgb(37,38,61); }
div.DivClassName
{
background-color: #25263D;
}
.BgClassName
{
background-color: #25263D;
}
</style>
border-color css
<style>
span { border-color: #25263D; }
span { border-color: rgb(37,38,61); }
td.TdClassName
{
border-color: #25263D;
}
.TagClassName
{
border-color: #25263D;
}
</style>