Shades of Valhalla #28293D
Tints of Valhalla #28293D
RGB
CMYK
RGB Variations
Color information
#28293D (or 0x28293D) is known color: Valhalla. HEX triplet: 28, 29 and 3D. RGB value is (40,41,61). Sum of RGB (Red+Green+Blue) = 40+41+61=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #28293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28293D is #D7D6C2. Grayscale: #2A2A2A. Windows color (decimal): -14145219 or 4008232. OLE color: 4008232.
HSL color Cylindrical-coordinate representation of color #28293D: hue angle of 237.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #28293D is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 41 | 61 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.76 |
| HSL | 237.14º | 0.21% | 0.2% | - |
| HSV(B) | 237.14º | 0.34% | 0.24% | - |
| XYZ | 2.51 | 2.37 | 4.74 | - |
| YUV | 42.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 61 | 0.34 | 0.33 | 0 | 0.76 | 237.14 | 0.21 | 0.2 |
| Hex | 28 | 29 | 3D | 22 | 21 | 0 | 4C | ED | 15 | 14 |
| Octal | 50 | 51 | 75 | 42 | 41 | 0 | 114 | 355 | 25 | 24 |
| Binary | 101000 | 101001 | 111101 | 100010 | 100001 | 0 | 1001100 | 11101101 | 10101 | 10100 |
Color Harmonies of #28293D
Complementary color
Monochromatic Colors of #28293D
Black with #28293D
Text Example
Text Example
White with #28293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28293D; }
p { color: rgb(40,41,61); }
H1.HeaderClassName
{
color: #28293D;
}
.AnyTagClassName
{
color: #28293D;
}
</style>
background-color css
<style>
a { background-color: #28293D; }
a { background-color: rgb(40,41,61); }
div.DivClassName
{
background-color: #28293D;
}
.BgClassName
{
background-color: #28293D;
}
</style>
border-color css
<style>
span { border-color: #28293D; }
span { border-color: rgb(40,41,61); }
td.TdClassName
{
border-color: #28293D;
}
.TagClassName
{
border-color: #28293D;
}
</style>