Shades of Valhalla #24253E
Tints of Valhalla #24253E
RGB
CMYK
RGB Variations
Color information
#24253E (or 0x24253E) is known color: Valhalla. HEX triplet: 24, 25 and 3E. RGB value is (36,37,62). Sum of RGB (Red+Green+Blue) = 36+37+62=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #24253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24253E is #DBDAC1. Grayscale: #272727. Windows color (decimal): -14408386 or 4072740. OLE color: 4072740.
HSL color Cylindrical-coordinate representation of color #24253E: hue angle of 237.69º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #24253E is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 37 | 62 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.76 |
| HSL | 237.69º | 0.27% | 0.19% | - |
| HSV(B) | 237.69º | 0.42% | 0.24% | - |
| XYZ | 2.26 | 2.05 | 4.83 | - |
| YUV | 39.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 62 | 0.42 | 0.40 | 0 | 0.76 | 237.69 | 0.27 | 0.19 |
| Hex | 24 | 25 | 3E | 2A | 28 | 0 | 4C | EE | 1B | 13 |
| Octal | 44 | 45 | 76 | 52 | 50 | 0 | 114 | 356 | 33 | 23 |
| Binary | 100100 | 100101 | 111110 | 101010 | 101000 | 0 | 1001100 | 11101110 | 11011 | 10011 |
Color Harmonies of #24253E
Complementary color
Monochromatic Colors of #24253E
Black with #24253E
Text Example
Text Example
White with #24253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24253E; }
p { color: rgb(36,37,62); }
H1.HeaderClassName
{
color: #24253E;
}
.AnyTagClassName
{
color: #24253E;
}
</style>
background-color css
<style>
a { background-color: #24253E; }
a { background-color: rgb(36,37,62); }
div.DivClassName
{
background-color: #24253E;
}
.BgClassName
{
background-color: #24253E;
}
</style>
border-color css
<style>
span { border-color: #24253E; }
span { border-color: rgb(36,37,62); }
td.TdClassName
{
border-color: #24253E;
}
.TagClassName
{
border-color: #24253E;
}
</style>