Shades of Valhalla #24263D
Tints of Valhalla #24263D
RGB
CMYK
RGB Variations
Color information
#24263D (or 0x24263D) is known color: Valhalla. HEX triplet: 24, 26 and 3D. RGB value is (36,38,61). Sum of RGB (Red+Green+Blue) = 36+38+61=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #24263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24263D is #DBD9C2. Grayscale: #272727. Windows color (decimal): -14408131 or 4007460. OLE color: 4007460.
HSL color Cylindrical-coordinate representation of color #24263D: hue angle of 235.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #24263D is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 38 | 61 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.76 |
| HSL | 235.2º | 0.26% | 0.19% | - |
| HSV(B) | 235.2º | 0.41% | 0.24% | - |
| XYZ | 2.26 | 2.1 | 4.7 | - |
| YUV | 40.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 61 | 0.41 | 0.38 | 0 | 0.76 | 235.2 | 0.26 | 0.19 |
| Hex | 24 | 26 | 3D | 29 | 26 | 0 | 4C | EB | 1A | 13 |
| Octal | 44 | 46 | 75 | 51 | 46 | 0 | 114 | 353 | 32 | 23 |
| Binary | 100100 | 100110 | 111101 | 101001 | 100110 | 0 | 1001100 | 11101011 | 11010 | 10011 |
Color Harmonies of #24263D
Complementary color
Monochromatic Colors of #24263D
Black with #24263D
Text Example
Text Example
White with #24263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24263D; }
p { color: rgb(36,38,61); }
H1.HeaderClassName
{
color: #24263D;
}
.AnyTagClassName
{
color: #24263D;
}
</style>
background-color css
<style>
a { background-color: #24263D; }
a { background-color: rgb(36,38,61); }
div.DivClassName
{
background-color: #24263D;
}
.BgClassName
{
background-color: #24263D;
}
</style>
border-color css
<style>
span { border-color: #24263D; }
span { border-color: rgb(36,38,61); }
td.TdClassName
{
border-color: #24263D;
}
.TagClassName
{
border-color: #24263D;
}
</style>