Shades of Valhalla #212241
Tints of Valhalla #212241
RGB
CMYK
RGB Variations
Color information
#212241 (or 0x212241) is known color: Valhalla. HEX triplet: 21, 22 and 41. RGB value is (33,34,65). Sum of RGB (Red+Green+Blue) = 33+34+65=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #212241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212241 is #DEDDBE. Grayscale: #252525. Windows color (decimal): -14605759 or 4268577. OLE color: 4268577.
HSL color Cylindrical-coordinate representation of color #212241: hue angle of 238.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #212241 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 34 | 65 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.75 |
| HSL | 238.13º | 0.33% | 0.19% | - |
| HSV(B) | 238.13º | 0.49% | 0.25% | - |
| XYZ | 2.15 | 1.85 | 5.24 | - |
| YUV | 37.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 65 | 0.49 | 0.48 | 0 | 0.75 | 238.13 | 0.33 | 0.19 |
| Hex | 21 | 22 | 41 | 31 | 30 | 0 | 4B | EE | 21 | 13 |
| Octal | 41 | 42 | 101 | 61 | 60 | 0 | 113 | 356 | 41 | 23 |
| Binary | 100001 | 100010 | 1000001 | 110001 | 110000 | 0 | 1001011 | 11101110 | 100001 | 10011 |
Color Harmonies of #212241
Complementary color
Monochromatic Colors of #212241
Black with #212241
Text Example
Text Example
White with #212241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212241; }
p { color: rgb(33,34,65); }
H1.HeaderClassName
{
color: #212241;
}
.AnyTagClassName
{
color: #212241;
}
</style>
background-color css
<style>
a { background-color: #212241; }
a { background-color: rgb(33,34,65); }
div.DivClassName
{
background-color: #212241;
}
.BgClassName
{
background-color: #212241;
}
</style>
border-color css
<style>
span { border-color: #212241; }
span { border-color: rgb(33,34,65); }
td.TdClassName
{
border-color: #212241;
}
.TagClassName
{
border-color: #212241;
}
</style>