Shades of Valhalla #26273E
Tints of Valhalla #26273E
RGB
CMYK
RGB Variations
Color information
#26273E (or 0x26273E) is known color: Valhalla. HEX triplet: 26, 27 and 3E. RGB value is (38,39,62). Sum of RGB (Red+Green+Blue) = 38+39+62=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #26273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26273E is #D9D8C1. Grayscale: #292929. Windows color (decimal): -14276802 or 4073254. OLE color: 4073254.
HSL color Cylindrical-coordinate representation of color #26273E: hue angle of 237.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26273E is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 39 | 62 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.76 |
| HSL | 237.5º | 0.24% | 0.2% | - |
| HSV(B) | 237.5º | 0.39% | 0.24% | - |
| XYZ | 2.39 | 2.21 | 4.86 | - |
| YUV | 41.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 62 | 0.39 | 0.37 | 0 | 0.76 | 237.5 | 0.24 | 0.2 |
| Hex | 26 | 27 | 3E | 27 | 25 | 0 | 4C | EE | 18 | 14 |
| Octal | 46 | 47 | 76 | 47 | 45 | 0 | 114 | 356 | 30 | 24 |
| Binary | 100110 | 100111 | 111110 | 100111 | 100101 | 0 | 1001100 | 11101110 | 11000 | 10100 |
Color Harmonies of #26273E
Complementary color
Monochromatic Colors of #26273E
Black with #26273E
Text Example
Text Example
White with #26273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26273E; }
p { color: rgb(38,39,62); }
H1.HeaderClassName
{
color: #26273E;
}
.AnyTagClassName
{
color: #26273E;
}
</style>
background-color css
<style>
a { background-color: #26273E; }
a { background-color: rgb(38,39,62); }
div.DivClassName
{
background-color: #26273E;
}
.BgClassName
{
background-color: #26273E;
}
</style>
border-color css
<style>
span { border-color: #26273E; }
span { border-color: rgb(38,39,62); }
td.TdClassName
{
border-color: #26273E;
}
.TagClassName
{
border-color: #26273E;
}
</style>