Shades of Valhalla #221F3F
Tints of Valhalla #221F3F
RGB
CMYK
RGB Variations
Color information
#221F3F (or 0x221F3F) is known color: Valhalla. HEX triplet: 22, 1F and 3F. RGB value is (34,31,63). Sum of RGB (Red+Green+Blue) = 34+31+63=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #221F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F3F is #DDE0C0. Grayscale: #232323. Windows color (decimal): -14540993 or 4136738. OLE color: 4136738.
HSL color Cylindrical-coordinate representation of color #221F3F: hue angle of 245.62º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #221F3F is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 31 | 63 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.75 |
| HSL | 245.63º | 0.34% | 0.18% | - |
| HSV(B) | 245.63º | 0.51% | 0.25% | - |
| XYZ | 2.05 | 1.68 | 4.92 | - |
| YUV | 35.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 63 | 0.46 | 0.51 | 0 | 0.75 | 245.63 | 0.34 | 0.18 |
| Hex | 22 | 1F | 3F | 2E | 33 | 0 | 4B | F6 | 22 | 12 |
| Octal | 42 | 37 | 77 | 56 | 63 | 0 | 113 | 366 | 42 | 22 |
| Binary | 100010 | 11111 | 111111 | 101110 | 110011 | 0 | 1001011 | 11110110 | 100010 | 10010 |
Color Harmonies of #221F3F
Complementary color
Monochromatic Colors of #221F3F
Black with #221F3F
Text Example
Text Example
White with #221F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F3F; }
p { color: rgb(34,31,63); }
H1.HeaderClassName
{
color: #221F3F;
}
.AnyTagClassName
{
color: #221F3F;
}
</style>
background-color css
<style>
a { background-color: #221F3F; }
a { background-color: rgb(34,31,63); }
div.DivClassName
{
background-color: #221F3F;
}
.BgClassName
{
background-color: #221F3F;
}
</style>
border-color css
<style>
span { border-color: #221F3F; }
span { border-color: rgb(34,31,63); }
td.TdClassName
{
border-color: #221F3F;
}
.TagClassName
{
border-color: #221F3F;
}
</style>