Shades of Valhalla #25243B
Tints of Valhalla #25243B
RGB
CMYK
RGB Variations
Color information
#25243B (or 0x25243B) is known color: Valhalla. HEX triplet: 25, 24 and 3B. RGB value is (37,36,59). Sum of RGB (Red+Green+Blue) = 37+36+59=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #25243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25243B is #DADBC4. Grayscale: #262626. Windows color (decimal): -14343109 or 3875877. OLE color: 3875877.
HSL color Cylindrical-coordinate representation of color #25243B: hue angle of 242.61º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25243B is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 36 | 59 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.77 |
| HSL | 242.61º | 0.24% | 0.19% | - |
| HSV(B) | 242.61º | 0.39% | 0.23% | - |
| XYZ | 2.18 | 1.97 | 4.4 | - |
| YUV | 38.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 59 | 0.37 | 0.39 | 0 | 0.77 | 242.61 | 0.24 | 0.19 |
| Hex | 25 | 24 | 3B | 25 | 27 | 0 | 4D | F3 | 18 | 13 |
| Octal | 45 | 44 | 73 | 45 | 47 | 0 | 115 | 363 | 30 | 23 |
| Binary | 100101 | 100100 | 111011 | 100101 | 100111 | 0 | 1001101 | 11110011 | 11000 | 10011 |
Color Harmonies of #25243B
Complementary color
Monochromatic Colors of #25243B
Black with #25243B
Text Example
Text Example
White with #25243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25243B; }
p { color: rgb(37,36,59); }
H1.HeaderClassName
{
color: #25243B;
}
.AnyTagClassName
{
color: #25243B;
}
</style>
background-color css
<style>
a { background-color: #25243B; }
a { background-color: rgb(37,36,59); }
div.DivClassName
{
background-color: #25243B;
}
.BgClassName
{
background-color: #25243B;
}
</style>
border-color css
<style>
span { border-color: #25243B; }
span { border-color: rgb(37,36,59); }
td.TdClassName
{
border-color: #25243B;
}
.TagClassName
{
border-color: #25243B;
}
</style>