Shades of Valhalla #212142
Tints of Valhalla #212142
RGB
CMYK
RGB Variations
Color information
#212142 (or 0x212142) is known color: Valhalla. HEX triplet: 21, 21 and 42. RGB value is (33,33,66). Sum of RGB (Red+Green+Blue) = 33+33+66=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #212142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212142 is #DEDEBD. Grayscale: #242424. Windows color (decimal): -14606014 or 4333857. OLE color: 4333857.
HSL color Cylindrical-coordinate representation of color #212142: hue angle of 240º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212142 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
RGB | 33 | 33 | 66 | - |
CMYK | 0.5 | 0.5 | 0 | 0.74 |
HSL | 240º | 0.33% | 0.19% | - |
HSV(B) | 240º | 0.5% | 0.26% | - |
XYZ | 2.15 | 1.8 | 5.39 | - |
YUV | 36.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 33 | 66 | 0.5 | 0.5 | 0 | 0.74 | 240 | 0.33 | 0.19 |
Hex | 21 | 21 | 42 | 32 | 32 | 0 | 4A | F0 | 21 | 13 |
Octal | 41 | 41 | 102 | 62 | 62 | 0 | 112 | 360 | 41 | 23 |
Binary | 100001 | 100001 | 1000010 | 110010 | 110010 | 0 | 1001010 | 11110000 | 100001 | 10011 |
Color Harmonies of #212142
Complementary color
Monochromatic Colors of #212142
Black with #212142
Text Example
Text Example
White with #212142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212142; }
p { color: rgb(33,33,66); }
H1.HeaderClassName
{
color: #212142;
}
.AnyTagClassName
{
color: #212142;
}
</style>
background-color css
<style>
a { background-color: #212142; }
a { background-color: rgb(33,33,66); }
div.DivClassName
{
background-color: #212142;
}
.BgClassName
{
background-color: #212142;
}
</style>
border-color css
<style>
span { border-color: #212142; }
span { border-color: rgb(33,33,66); }
td.TdClassName
{
border-color: #212142;
}
.TagClassName
{
border-color: #212142;
}
</style>