Shades of Valhalla #262841
Tints of Valhalla #262841
RGB
CMYK
RGB Variations
Color information
#262841 (or 0x262841) is known color: Valhalla. HEX triplet: 26, 28 and 41. RGB value is (38,40,65). Sum of RGB (Red+Green+Blue) = 38+40+65=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #262841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262841 is #D9D7BE. Grayscale: #2A2A2A. Windows color (decimal): -14276543 or 4270118. OLE color: 4270118.
HSL color Cylindrical-coordinate representation of color #262841: hue angle of 235.56º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #262841 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 40 | 65 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.75 |
| HSL | 235.56º | 0.26% | 0.2% | - |
| HSV(B) | 235.56º | 0.42% | 0.25% | - |
| XYZ | 2.51 | 2.31 | 5.31 | - |
| YUV | 42.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 65 | 0.42 | 0.38 | 0 | 0.75 | 235.56 | 0.26 | 0.2 |
| Hex | 26 | 28 | 41 | 2A | 26 | 0 | 4B | EC | 1A | 14 |
| Octal | 46 | 50 | 101 | 52 | 46 | 0 | 113 | 354 | 32 | 24 |
| Binary | 100110 | 101000 | 1000001 | 101010 | 100110 | 0 | 1001011 | 11101100 | 11010 | 10100 |
Color Harmonies of #262841
Complementary color
Monochromatic Colors of #262841
Black with #262841
Text Example
Text Example
White with #262841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262841; }
p { color: rgb(38,40,65); }
H1.HeaderClassName
{
color: #262841;
}
.AnyTagClassName
{
color: #262841;
}
</style>
background-color css
<style>
a { background-color: #262841; }
a { background-color: rgb(38,40,65); }
div.DivClassName
{
background-color: #262841;
}
.BgClassName
{
background-color: #262841;
}
</style>
border-color css
<style>
span { border-color: #262841; }
span { border-color: rgb(38,40,65); }
td.TdClassName
{
border-color: #262841;
}
.TagClassName
{
border-color: #262841;
}
</style>