Shades of Valhalla #262A41
Tints of Valhalla #262A41
RGB
CMYK
RGB Variations
Color information
#262A41 (or 0x262A41) is known color: Valhalla. HEX triplet: 26, 2A and 41. RGB value is (38,42,65). Sum of RGB (Red+Green+Blue) = 38+42+65=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #262A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A41 is #D9D5BE. Grayscale: #2B2B2B. Windows color (decimal): -14276031 or 4270630. OLE color: 4270630.
HSL color Cylindrical-coordinate representation of color #262A41: hue angle of 231.11º 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 #262A41 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 42 | 65 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.75 |
| HSL | 231.11º | 0.26% | 0.2% | - |
| HSV(B) | 231.11º | 0.42% | 0.25% | - |
| XYZ | 2.58 | 2.45 | 5.34 | - |
| YUV | 43.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 65 | 0.42 | 0.35 | 0 | 0.75 | 231.11 | 0.26 | 0.2 |
| Hex | 26 | 2A | 41 | 2A | 23 | 0 | 4B | E7 | 1A | 14 |
| Octal | 46 | 52 | 101 | 52 | 43 | 0 | 113 | 347 | 32 | 24 |
| Binary | 100110 | 101010 | 1000001 | 101010 | 100011 | 0 | 1001011 | 11100111 | 11010 | 10100 |
Color Harmonies of #262A41
Complementary color
Monochromatic Colors of #262A41
Black with #262A41
Text Example
Text Example
White with #262A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A41; }
p { color: rgb(38,42,65); }
H1.HeaderClassName
{
color: #262A41;
}
.AnyTagClassName
{
color: #262A41;
}
</style>
background-color css
<style>
a { background-color: #262A41; }
a { background-color: rgb(38,42,65); }
div.DivClassName
{
background-color: #262A41;
}
.BgClassName
{
background-color: #262A41;
}
</style>
border-color css
<style>
span { border-color: #262A41; }
span { border-color: rgb(38,42,65); }
td.TdClassName
{
border-color: #262A41;
}
.TagClassName
{
border-color: #262A41;
}
</style>