Shades of Valhalla #21213D
Tints of Valhalla #21213D
RGB
CMYK
RGB Variations
Color information
#21213D (or 0x21213D) is known color: Valhalla. HEX triplet: 21, 21 and 3D. RGB value is (33,33,61). Sum of RGB (Red+Green+Blue) = 33+33+61=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #21213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21213D is #DEDEC2. Grayscale: #242424. Windows color (decimal): -14606019 or 4006177. OLE color: 4006177.
HSL color Cylindrical-coordinate representation of color #21213D: hue angle of 240º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21213D is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 33 | 61 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.76 |
| HSL | 240º | 0.3% | 0.18% | - |
| HSV(B) | 240º | 0.46% | 0.24% | - |
| XYZ | 2.01 | 1.75 | 4.65 | - |
| YUV | 36.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 61 | 0.46 | 0.46 | 0 | 0.76 | 240 | 0.3 | 0.18 |
| Hex | 21 | 21 | 3D | 2E | 2E | 0 | 4C | F0 | 1E | 12 |
| Octal | 41 | 41 | 75 | 56 | 56 | 0 | 114 | 360 | 36 | 22 |
| Binary | 100001 | 100001 | 111101 | 101110 | 101110 | 0 | 1001100 | 11110000 | 11110 | 10010 |
Color Harmonies of #21213D
Complementary color
Monochromatic Colors of #21213D
Black with #21213D
Text Example
Text Example
White with #21213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21213D; }
p { color: rgb(33,33,61); }
H1.HeaderClassName
{
color: #21213D;
}
.AnyTagClassName
{
color: #21213D;
}
</style>
background-color css
<style>
a { background-color: #21213D; }
a { background-color: rgb(33,33,61); }
div.DivClassName
{
background-color: #21213D;
}
.BgClassName
{
background-color: #21213D;
}
</style>
border-color css
<style>
span { border-color: #21213D; }
span { border-color: rgb(33,33,61); }
td.TdClassName
{
border-color: #21213D;
}
.TagClassName
{
border-color: #21213D;
}
</style>