Shades of Valhalla #24213F
Tints of Valhalla #24213F
RGB
CMYK
RGB Variations
Color information
#24213F (or 0x24213F) is known color: Valhalla. HEX triplet: 24, 21 and 3F. RGB value is (36,33,63). Sum of RGB (Red+Green+Blue) = 36+33+63=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #24213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24213F is #DBDEC0. Grayscale: #252525. Windows color (decimal): -14409409 or 4137252. OLE color: 4137252.
HSL color Cylindrical-coordinate representation of color #24213F: hue angle of 246º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #24213F is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 33 | 63 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.75 |
| HSL | 246º | 0.31% | 0.19% | - |
| HSV(B) | 246º | 0.48% | 0.25% | - |
| XYZ | 2.17 | 1.82 | 4.94 | - |
| YUV | 37.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 63 | 0.43 | 0.48 | 0 | 0.75 | 246 | 0.31 | 0.19 |
| Hex | 24 | 21 | 3F | 2B | 30 | 0 | 4B | F6 | 1F | 13 |
| Octal | 44 | 41 | 77 | 53 | 60 | 0 | 113 | 366 | 37 | 23 |
| Binary | 100100 | 100001 | 111111 | 101011 | 110000 | 0 | 1001011 | 11110110 | 11111 | 10011 |
Color Harmonies of #24213F
Complementary color
Monochromatic Colors of #24213F
Black with #24213F
Text Example
Text Example
White with #24213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24213F; }
p { color: rgb(36,33,63); }
H1.HeaderClassName
{
color: #24213F;
}
.AnyTagClassName
{
color: #24213F;
}
</style>
background-color css
<style>
a { background-color: #24213F; }
a { background-color: rgb(36,33,63); }
div.DivClassName
{
background-color: #24213F;
}
.BgClassName
{
background-color: #24213F;
}
</style>
border-color css
<style>
span { border-color: #24213F; }
span { border-color: rgb(36,33,63); }
td.TdClassName
{
border-color: #24213F;
}
.TagClassName
{
border-color: #24213F;
}
</style>