Shades of Valhalla #262642
Tints of Valhalla #262642
RGB
CMYK
RGB Variations
Color information
#262642 (or 0x262642) is known color: Valhalla. HEX triplet: 26, 26 and 42. RGB value is (38,38,66). Sum of RGB (Red+Green+Blue) = 38+38+66=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #262642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262642 is #D9D9BD. Grayscale: #292929. Windows color (decimal): -14277054 or 4335142. OLE color: 4335142.
HSL color Cylindrical-coordinate representation of color #262642: hue angle of 240º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #262642 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 38 | 66 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.74 |
| HSL | 240º | 0.27% | 0.2% | - |
| HSV(B) | 240º | 0.42% | 0.26% | - |
| XYZ | 2.48 | 2.19 | 5.45 | - |
| YUV | 41.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 66 | 0.42 | 0.42 | 0 | 0.74 | 240 | 0.27 | 0.2 |
| Hex | 26 | 26 | 42 | 2A | 2A | 0 | 4A | F0 | 1B | 14 |
| Octal | 46 | 46 | 102 | 52 | 52 | 0 | 112 | 360 | 33 | 24 |
| Binary | 100110 | 100110 | 1000010 | 101010 | 101010 | 0 | 1001010 | 11110000 | 11011 | 10100 |
Color Harmonies of #262642
Complementary color
Monochromatic Colors of #262642
Black with #262642
Text Example
Text Example
White with #262642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262642; }
p { color: rgb(38,38,66); }
H1.HeaderClassName
{
color: #262642;
}
.AnyTagClassName
{
color: #262642;
}
</style>
background-color css
<style>
a { background-color: #262642; }
a { background-color: rgb(38,38,66); }
div.DivClassName
{
background-color: #262642;
}
.BgClassName
{
background-color: #262642;
}
</style>
border-color css
<style>
span { border-color: #262642; }
span { border-color: rgb(38,38,66); }
td.TdClassName
{
border-color: #262642;
}
.TagClassName
{
border-color: #262642;
}
</style>