Shades of Valhalla #211F42
Tints of Valhalla #211F42
RGB
CMYK
RGB Variations
Color information
#211F42 (or 0x211F42) is known color: Valhalla. HEX triplet: 21, 1F and 42. RGB value is (33,31,66). Sum of RGB (Red+Green+Blue) = 33+31+66=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #211F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F42 is #DEE0BD. Grayscale: #232323. Windows color (decimal): -14606526 or 4333345. OLE color: 4333345.
HSL color Cylindrical-coordinate representation of color #211F42: hue angle of 243.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #211F42 is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 31 | 66 | - |
| CMYK | 0.5 | 0.53 | 0 | 0.74 |
| HSL | 243.43º | 0.36% | 0.19% | - |
| HSV(B) | 243.43º | 0.53% | 0.26% | - |
| XYZ | 2.1 | 1.7 | 5.37 | - |
| YUV | 35.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 66 | 0.5 | 0.53 | 0 | 0.74 | 243.43 | 0.36 | 0.19 |
| Hex | 21 | 1F | 42 | 32 | 35 | 0 | 4A | F3 | 24 | 13 |
| Octal | 41 | 37 | 102 | 62 | 65 | 0 | 112 | 363 | 44 | 23 |
| Binary | 100001 | 11111 | 1000010 | 110010 | 110101 | 0 | 1001010 | 11110011 | 100100 | 10011 |
Color Harmonies of #211F42
Complementary color
Monochromatic Colors of #211F42
Black with #211F42
Text Example
Text Example
White with #211F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F42; }
p { color: rgb(33,31,66); }
H1.HeaderClassName
{
color: #211F42;
}
.AnyTagClassName
{
color: #211F42;
}
</style>
background-color css
<style>
a { background-color: #211F42; }
a { background-color: rgb(33,31,66); }
div.DivClassName
{
background-color: #211F42;
}
.BgClassName
{
background-color: #211F42;
}
</style>
border-color css
<style>
span { border-color: #211F42; }
span { border-color: rgb(33,31,66); }
td.TdClassName
{
border-color: #211F42;
}
.TagClassName
{
border-color: #211F42;
}
</style>