Shades of Valhalla #21213F
Tints of Valhalla #21213F
RGB
CMYK
RGB Variations
Color information
#21213F (or 0x21213F) is known color: Valhalla. HEX triplet: 21, 21 and 3F. RGB value is (33,33,63). Sum of RGB (Red+Green+Blue) = 33+33+63=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #21213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21213F is #DEDEC0. Grayscale: #242424. Windows color (decimal): -14606017 or 4137249. OLE color: 4137249.
HSL color Cylindrical-coordinate representation of color #21213F: hue angle of 240º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21213F is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 33 | 63 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.75 |
| HSL | 240º | 0.31% | 0.19% | - |
| HSV(B) | 240º | 0.48% | 0.25% | - |
| XYZ | 2.07 | 1.77 | 4.94 | - |
| YUV | 36.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 63 | 0.48 | 0.48 | 0 | 0.75 | 240 | 0.31 | 0.19 |
| Hex | 21 | 21 | 3F | 30 | 30 | 0 | 4B | F0 | 1F | 13 |
| Octal | 41 | 41 | 77 | 60 | 60 | 0 | 113 | 360 | 37 | 23 |
| Binary | 100001 | 100001 | 111111 | 110000 | 110000 | 0 | 1001011 | 11110000 | 11111 | 10011 |
Color Harmonies of #21213F
Complementary color
Monochromatic Colors of #21213F
Black with #21213F
Text Example
Text Example
White with #21213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21213F; }
p { color: rgb(33,33,63); }
H1.HeaderClassName
{
color: #21213F;
}
.AnyTagClassName
{
color: #21213F;
}
</style>
background-color css
<style>
a { background-color: #21213F; }
a { background-color: rgb(33,33,63); }
div.DivClassName
{
background-color: #21213F;
}
.BgClassName
{
background-color: #21213F;
}
</style>
border-color css
<style>
span { border-color: #21213F; }
span { border-color: rgb(33,33,63); }
td.TdClassName
{
border-color: #21213F;
}
.TagClassName
{
border-color: #21213F;
}
</style>