Shades of Valhalla #323246
Tints of Valhalla #323246
RGB
CMYK
RGB Variations
Color information
#323246 (or 0x323246) is known color: Valhalla. HEX triplet: 32, 32 and 46. RGB value is (50,50,70). Sum of RGB (Red+Green+Blue) = 50+50+70=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #323246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323246 is #CDCDB9. Grayscale: #343434. Windows color (decimal): -13487546 or 4600370. OLE color: 4600370.
HSL color Cylindrical-coordinate representation of color #323246: hue angle of 240º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323246 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 50 | 70 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.73 |
| HSL | 240º | 0.17% | 0.24% | - |
| HSV(B) | 240º | 0.29% | 0.27% | - |
| XYZ | 3.56 | 3.4 | 6.26 | - |
| YUV | 52.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 70 | 0.29 | 0.29 | 0 | 0.73 | 240 | 0.17 | 0.24 |
| Hex | 32 | 32 | 46 | 1D | 1D | 0 | 49 | F0 | 11 | 18 |
| Octal | 62 | 62 | 106 | 35 | 35 | 0 | 111 | 360 | 21 | 30 |
| Binary | 110010 | 110010 | 1000110 | 11101 | 11101 | 0 | 1001001 | 11110000 | 10001 | 11000 |
Color Harmonies of #323246
Complementary color
Monochromatic Colors of #323246
Black with #323246
Text Example
Text Example
White with #323246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323246; }
p { color: rgb(50,50,70); }
H1.HeaderClassName
{
color: #323246;
}
.AnyTagClassName
{
color: #323246;
}
</style>
background-color css
<style>
a { background-color: #323246; }
a { background-color: rgb(50,50,70); }
div.DivClassName
{
background-color: #323246;
}
.BgClassName
{
background-color: #323246;
}
</style>
border-color css
<style>
span { border-color: #323246; }
span { border-color: rgb(50,50,70); }
td.TdClassName
{
border-color: #323246;
}
.TagClassName
{
border-color: #323246;
}
</style>