Shades of Valhalla #26253D
Tints of Valhalla #26253D
RGB
CMYK
RGB Variations
Color information
#26253D (or 0x26253D) is known color: Valhalla. HEX triplet: 26, 25 and 3D. RGB value is (38,37,61). Sum of RGB (Red+Green+Blue) = 38+37+61=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #26253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26253D is #D9DAC2. Grayscale: #272727. Windows color (decimal): -14277315 or 4007206. OLE color: 4007206.
HSL color Cylindrical-coordinate representation of color #26253D: hue angle of 242.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26253D is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 37 | 61 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.76 |
| HSL | 242.5º | 0.24% | 0.19% | - |
| HSV(B) | 242.5º | 0.39% | 0.24% | - |
| XYZ | 2.3 | 2.07 | 4.69 | - |
| YUV | 40.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 61 | 0.38 | 0.39 | 0 | 0.76 | 242.5 | 0.24 | 0.19 |
| Hex | 26 | 25 | 3D | 26 | 27 | 0 | 4C | F2 | 18 | 13 |
| Octal | 46 | 45 | 75 | 46 | 47 | 0 | 114 | 362 | 30 | 23 |
| Binary | 100110 | 100101 | 111101 | 100110 | 100111 | 0 | 1001100 | 11110010 | 11000 | 10011 |
Color Harmonies of #26253D
Complementary color
Monochromatic Colors of #26253D
Black with #26253D
Text Example
Text Example
White with #26253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26253D; }
p { color: rgb(38,37,61); }
H1.HeaderClassName
{
color: #26253D;
}
.AnyTagClassName
{
color: #26253D;
}
</style>
background-color css
<style>
a { background-color: #26253D; }
a { background-color: rgb(38,37,61); }
div.DivClassName
{
background-color: #26253D;
}
.BgClassName
{
background-color: #26253D;
}
</style>
border-color css
<style>
span { border-color: #26253D; }
span { border-color: rgb(38,37,61); }
td.TdClassName
{
border-color: #26253D;
}
.TagClassName
{
border-color: #26253D;
}
</style>