Shades of Valhalla #24273F
Tints of Valhalla #24273F
RGB
CMYK
RGB Variations
Color information
#24273F (or 0x24273F) is known color: Valhalla. HEX triplet: 24, 27 and 3F. RGB value is (36,39,63). Sum of RGB (Red+Green+Blue) = 36+39+63=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #24273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24273F is #DBD8C0. Grayscale: #282828. Windows color (decimal): -14407873 or 4138788. OLE color: 4138788.
HSL color Cylindrical-coordinate representation of color #24273F: hue angle of 233.33º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #24273F is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 39 | 63 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.75 |
| HSL | 233.33º | 0.27% | 0.19% | - |
| HSV(B) | 233.33º | 0.43% | 0.25% | - |
| XYZ | 2.35 | 2.18 | 5 | - |
| YUV | 40.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 63 | 0.43 | 0.38 | 0 | 0.75 | 233.33 | 0.27 | 0.19 |
| Hex | 24 | 27 | 3F | 2B | 26 | 0 | 4B | E9 | 1B | 13 |
| Octal | 44 | 47 | 77 | 53 | 46 | 0 | 113 | 351 | 33 | 23 |
| Binary | 100100 | 100111 | 111111 | 101011 | 100110 | 0 | 1001011 | 11101001 | 11011 | 10011 |
Color Harmonies of #24273F
Complementary color
Monochromatic Colors of #24273F
Black with #24273F
Text Example
Text Example
White with #24273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24273F; }
p { color: rgb(36,39,63); }
H1.HeaderClassName
{
color: #24273F;
}
.AnyTagClassName
{
color: #24273F;
}
</style>
background-color css
<style>
a { background-color: #24273F; }
a { background-color: rgb(36,39,63); }
div.DivClassName
{
background-color: #24273F;
}
.BgClassName
{
background-color: #24273F;
}
</style>
border-color css
<style>
span { border-color: #24273F; }
span { border-color: rgb(36,39,63); }
td.TdClassName
{
border-color: #24273F;
}
.TagClassName
{
border-color: #24273F;
}
</style>