Shades of Valhalla #262840
Tints of Valhalla #262840
RGB
CMYK
RGB Variations
Color information
#262840 (or 0x262840) is known color: Valhalla. HEX triplet: 26, 28 and 40. RGB value is (38,40,64). Sum of RGB (Red+Green+Blue) = 38+40+64=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #262840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262840 is #D9D7BF. Grayscale: #2A2A2A. Windows color (decimal): -14276544 or 4204582. OLE color: 4204582.
HSL color Cylindrical-coordinate representation of color #262840: hue angle of 235.38º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #262840 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 40 | 64 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.75 |
| HSL | 235.38º | 0.25% | 0.2% | - |
| HSV(B) | 235.38º | 0.41% | 0.25% | - |
| XYZ | 2.48 | 2.3 | 5.16 | - |
| YUV | 42.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 64 | 0.41 | 0.38 | 0 | 0.75 | 235.38 | 0.25 | 0.2 |
| Hex | 26 | 28 | 40 | 29 | 26 | 0 | 4B | EB | 19 | 14 |
| Octal | 46 | 50 | 100 | 51 | 46 | 0 | 113 | 353 | 31 | 24 |
| Binary | 100110 | 101000 | 1000000 | 101001 | 100110 | 0 | 1001011 | 11101011 | 11001 | 10100 |
Color Harmonies of #262840
Complementary color
Monochromatic Colors of #262840
Black with #262840
Text Example
Text Example
White with #262840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262840; }
p { color: rgb(38,40,64); }
H1.HeaderClassName
{
color: #262840;
}
.AnyTagClassName
{
color: #262840;
}
</style>
background-color css
<style>
a { background-color: #262840; }
a { background-color: rgb(38,40,64); }
div.DivClassName
{
background-color: #262840;
}
.BgClassName
{
background-color: #262840;
}
</style>
border-color css
<style>
span { border-color: #262840; }
span { border-color: rgb(38,40,64); }
td.TdClassName
{
border-color: #262840;
}
.TagClassName
{
border-color: #262840;
}
</style>