Shades of Valhalla #26253C
Tints of Valhalla #26253C
RGB
CMYK
RGB Variations
Color information
#26253C (or 0x26253C) is known color: Valhalla. HEX triplet: 26, 25 and 3C. RGB value is (38,37,60). Sum of RGB (Red+Green+Blue) = 38+37+60=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #26253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26253C is #D9DAC3. Grayscale: #272727. Windows color (decimal): -14277316 or 3941670. OLE color: 3941670.
HSL color Cylindrical-coordinate representation of color #26253C: hue angle of 242.61º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #26253C is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 37 | 60 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.76 |
| HSL | 242.61º | 0.24% | 0.19% | - |
| HSV(B) | 242.61º | 0.38% | 0.24% | - |
| XYZ | 2.28 | 2.06 | 4.55 | - |
| YUV | 39.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 60 | 0.37 | 0.38 | 0 | 0.76 | 242.61 | 0.24 | 0.19 |
| Hex | 26 | 25 | 3C | 25 | 26 | 0 | 4C | F3 | 18 | 13 |
| Octal | 46 | 45 | 74 | 45 | 46 | 0 | 114 | 363 | 30 | 23 |
| Binary | 100110 | 100101 | 111100 | 100101 | 100110 | 0 | 1001100 | 11110011 | 11000 | 10011 |
Color Harmonies of #26253C
Complementary color
Monochromatic Colors of #26253C
Black with #26253C
Text Example
Text Example
White with #26253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26253C; }
p { color: rgb(38,37,60); }
H1.HeaderClassName
{
color: #26253C;
}
.AnyTagClassName
{
color: #26253C;
}
</style>
background-color css
<style>
a { background-color: #26253C; }
a { background-color: rgb(38,37,60); }
div.DivClassName
{
background-color: #26253C;
}
.BgClassName
{
background-color: #26253C;
}
</style>
border-color css
<style>
span { border-color: #26253C; }
span { border-color: rgb(38,37,60); }
td.TdClassName
{
border-color: #26253C;
}
.TagClassName
{
border-color: #26253C;
}
</style>