Shades of Valhalla #252543
Tints of Valhalla #252543
RGB
CMYK
RGB Variations
Color information
#252543 (or 0x252543) is known color: Valhalla. HEX triplet: 25, 25 and 43. RGB value is (37,37,67). Sum of RGB (Red+Green+Blue) = 37+37+67=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #252543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252543 is #DADABC. Grayscale: #282828. Windows color (decimal): -14342845 or 4400421. OLE color: 4400421.
HSL color Cylindrical-coordinate representation of color #252543: hue angle of 240º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #252543 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 37 | 67 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.74 |
| HSL | 240º | 0.29% | 0.2% | - |
| HSV(B) | 240º | 0.45% | 0.26% | - |
| XYZ | 2.44 | 2.12 | 5.59 | - |
| YUV | 40.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 67 | 0.45 | 0.45 | 0 | 0.74 | 240 | 0.29 | 0.2 |
| Hex | 25 | 25 | 43 | 2D | 2D | 0 | 4A | F0 | 1D | 14 |
| Octal | 45 | 45 | 103 | 55 | 55 | 0 | 112 | 360 | 35 | 24 |
| Binary | 100101 | 100101 | 1000011 | 101101 | 101101 | 0 | 1001010 | 11110000 | 11101 | 10100 |
Color Harmonies of #252543
Complementary color
Monochromatic Colors of #252543
Black with #252543
Text Example
Text Example
White with #252543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252543; }
p { color: rgb(37,37,67); }
H1.HeaderClassName
{
color: #252543;
}
.AnyTagClassName
{
color: #252543;
}
</style>
background-color css
<style>
a { background-color: #252543; }
a { background-color: rgb(37,37,67); }
div.DivClassName
{
background-color: #252543;
}
.BgClassName
{
background-color: #252543;
}
</style>
border-color css
<style>
span { border-color: #252543; }
span { border-color: rgb(37,37,67); }
td.TdClassName
{
border-color: #252543;
}
.TagClassName
{
border-color: #252543;
}
</style>